correct a typo in comments
authorBruno Sinou <bsinou@argeo.org>
Thu, 26 Jan 2012 15:07:06 +0000 (15:07 +0000)
committerBruno Sinou <bsinou@argeo.org>
Thu, 26 Jan 2012 15:07:06 +0000 (15:07 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@5006 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

basic/runtime/org.argeo.support.junit/src/main/java/org/argeo/support/junit/AbstractSpringTestCase.java

index 55db86471a852739f62bfada96858aae42368881..6e72e93b8418a918660d59d6ff6f5eb880262346 100644 (file)
@@ -34,7 +34,7 @@ public abstract class AbstractSpringTestCase extends TestCase {
        private ConfigurableApplicationContext context;
 
        /**
-        * Gets (and create if necessary) the application context to use. Default
+        * Gets (and creates if necessary) the application context to use. Default
         * implementation uses a class path xml application context and calls
         * {@link #getApplicationContextLocation()}.
         */