From: Bruno Sinou Date: Thu, 26 Jan 2012 15:06:08 +0000 (+0000) Subject: correct a typo in the error MSG X-Git-Tag: argeo-commons-2.1.30~1037 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=7ca3b43088d0db550ac44d7ea25606f750251905;p=lgpl%2Fargeo-commons.git correct a typo in the error MSG git-svn-id: https://svn.argeo.org/commons/trunk@5005 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/basic/runtime/org.argeo.support.junit/src/main/java/org/argeo/support/junit/AbstractSpringTestCase.java b/basic/runtime/org.argeo.support.junit/src/main/java/org/argeo/support/junit/AbstractSpringTestCase.java index d32af62ce..55db86471 100644 --- a/basic/runtime/org.argeo.support.junit/src/main/java/org/argeo/support/junit/AbstractSpringTestCase.java +++ b/basic/runtime/org.argeo.support.junit/src/main/java/org/argeo/support/junit/AbstractSpringTestCase.java @@ -70,7 +70,7 @@ public abstract class AbstractSpringTestCase extends TestCase { } /** - * Th location of the application to load. The default implementation + * The location of the application to load. The default implementation * returns applicationContext.xml found in the same package as the * test. */