correct a typo in the error MSG
[lgpl/argeo-commons.git] / 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;