Author: markt Date: Mon Oct 13 14:36:49 2014 New Revision: 1631419 URL: http://svn.apache.org/r1631419 Log: Fix typos
Modified: tomcat/trunk/java/org/apache/juli/logging/LogFactory.java Modified: tomcat/trunk/java/org/apache/juli/logging/LogFactory.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/juli/logging/LogFactory.java?rev=1631419&r1=1631418&r2=1631419&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/juli/logging/LogFactory.java (original) +++ tomcat/trunk/java/org/apache/juli/logging/LogFactory.java Mon Oct 13 14:36:49 2014 @@ -30,7 +30,7 @@ import java.util.logging.LogManager; * Why? It is an attempt to strike a balance between simpler code (no discovery) * and providing flexibility - particularly for those projects that embed Tomcat * or some of Tomcat's components - is an alternative logging - * implementationnis desired. + * implementation is desired. * * Note that this implementation is not just a wrapper around JDK logging (like * the original commons-logging impl). It adds 2 features - a simpler --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org