Fix typo
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 15 Jan 2016 19:12:34 +0000 (19:12 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 15 Jan 2016 19:12:34 +0000 (19:12 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@8781 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

org.argeo.osgi.boot/src/org/argeo/osgi/boot/OsgiBoot.java

index a397e374768c84d2052384a580ad2922af05ba59..34fe9ec91bbc12113e2427bb376edadd8b9cd150 100644 (file)
@@ -562,7 +562,7 @@ public class OsgiBoot {
         * BUNDLE PATTERNS INSTALLATION
         */
        /**
-        * Computes a list of URLs based on Ant-like incluide/exclude patterns
+        * Computes a list of URLs based on Ant-like include/exclude patterns
         * defined by ${argeo.osgi.bundles} with the following format:<br>
         * <code>/base/directory;in=*.jar;in=**;ex=org.eclipse.osgi_*;jar</code><br>
         * WARNING: <code>/base/directory;in=*.jar,\</code> at the end of a file,