Fix typo
authorMathieu Baudier <mbaudier@argeo.org>
Sun, 9 May 2010 18:31:13 +0000 (18:31 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Sun, 9 May 2010 18:31:13 +0000 (18:31 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@3578 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

osgi/runtime/org.argeo.osgi.boot/src/main/java/org/argeo/slc/osgiboot/OsgiBoot.java

index 17547f24408cc04b65fa285844da42a6c79ea7b8..e33c87742e39464fa46a98878cd322ac16697ed0 100644 (file)
@@ -106,6 +106,10 @@ public class OsgiBoot {
                }
 
                System.setProperty(PROP_ARGEO_OSGI_DATA_DIR, dataDir.getAbsolutePath());
+
+               // TODO: Load additional system properties from file
+               // Properties additionalSystemProperties = new Properties();
+               
        }
 
        public static String removeFilePrefix(String url) {
@@ -130,7 +134,7 @@ public class OsgiBoot {
                checkUnresolved();
                startBundles();
                long duration = System.currentTimeMillis() - begin;
-               info("OSGi bootstra completed in "
+               info("OSGi bootstrap completed in "
                                + Math.round(((double) duration) / 1000) + "s (" + duration
                                + "ms), " + bundleContext.getBundles().length + " bundles");
                System.out.println();