From: Mathieu Baudier Date: Thu, 4 Jun 2009 15:25:42 +0000 (+0000) Subject: Fix typo X-Git-Tag: argeo-slc-2.1.7~1865 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=4dffd2502e1ea66c2491697c98456b7db695569c;p=gpl%2Fargeo-slc.git Fix typo git-svn-id: https://svn.argeo.org/slc/trunk@2461 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/runtime/org.argeo.slc.support.equinox/src/test/java/org/argeo/slc/osgi/test/AbstractOsgiRuntimeTestCase.java b/runtime/org.argeo.slc.support.equinox/src/test/java/org/argeo/slc/osgi/test/AbstractOsgiRuntimeTestCase.java index 172b3a784..0874aae56 100644 --- a/runtime/org.argeo.slc.support.equinox/src/test/java/org/argeo/slc/osgi/test/AbstractOsgiRuntimeTestCase.java +++ b/runtime/org.argeo.slc.support.equinox/src/test/java/org/argeo/slc/osgi/test/AbstractOsgiRuntimeTestCase.java @@ -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