correct a typo in comments
[lgpl/argeo-commons.git] / 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()}.
         */