Fix typo
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 4 Jun 2009 15:25:42 +0000 (15:25 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 4 Jun 2009 15:25:42 +0000 (15:25 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@2461 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

runtime/org.argeo.slc.support.equinox/src/test/java/org/argeo/slc/osgi/test/AbstractOsgiRuntimeTestCase.java

index 172b3a784022485fa4c440468255533c41422fb1..0874aae568cb49ce2b28de9638adc4e1132534d3 100644 (file)
@@ -164,7 +164,7 @@ public abstract class AbstractOsgiRuntimeTestCase extends TestCase {
                                                + bundleSymbolicName);
                } catch (InvalidSyntaxException e) {
                        throw new SlcException(
-                                       "Unexpected exception when looking for applicaiton context for bundle "
+                                       "Unexpected exception when looking for application context for bundle "
                                                        + bundleSymbolicName, e);
                }
                log.info("Application context of bundle " + bundleSymbolicName