diff --git a/src/java/org/apache/commons/logging/LogFactory.java b/src/java/org/apache/commons/logging/LogFactory.java index eb0f011..bc94695 100644 --- a/src/java/org/apache/commons/logging/LogFactory.java +++ b/src/java/org/apache/commons/logging/LogFactory.java @@ -277,7 +277,7 @@ public abstract class LogFactory { /** * Prevously constructed LogFactory instance as in the - * factories map. but for the case where + * factories map, but for the case where * getClassLoader returns null. * This can happen when: *