Fix typo
[lgpl/argeo-commons.git] / 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();