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

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

index a851925eb0fc1ea8abf8d7dd9afbbf9e7ebc1150..d32af62ce8180c7099c9f8266548eb833a536e15 100644 (file)
@@ -97,7 +97,7 @@ public abstract class AbstractSpringTestCase extends TestCase {
                } else if (beans.size() > 1) {
                        if (log.isDebugEnabled()) {
                                log
-                                               .debug(("Found more that on bean for type " + clss
+                                               .debug(("Found more that one bean for type " + clss
                                                                + ": " + beans.keySet()));
                        }
                        return null;