[slf4j-dev] svn commit: r463 - slf4j/trunk/src/java/org/slf4j

ceki at slf4j.org ceki at slf4j.org
Thu Dec 22 18:49:36 CET 2005


Author: ceki
Date: Thu Dec 22 18:49:34 2005
New Revision: 463

Modified:
   slf4j/trunk/src/java/org/slf4j/ILoggerFactory.java
Log:
patch applied as found in bug report #9

Modified: slf4j/trunk/src/java/org/slf4j/ILoggerFactory.java
==============================================================================
--- slf4j/trunk/src/java/org/slf4j/ILoggerFactory.java	(original)
+++ slf4j/trunk/src/java/org/slf4j/ILoggerFactory.java	Thu Dec 22 18:49:34 2005
@@ -38,7 +38,7 @@
  * instances by name.
  * 
  * <p>Most users retreive {@link Logger} instances through the static
- * {@link LoggerFactory#getLogger} mehtod. An instance of of this
+ * {@link LoggerFactory#getLogger(String)} method. An instance of of this
  * interface is bound internally with {@link LoggerFactory} class at 
  * compile time. Only developers of SLF4J conformant logging systems 
  * need to worry about this interface. 



More information about the slf4j-dev mailing list