Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45532
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 4 Aug 2008 22:00:38 +0000 (22:00 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 4 Aug 2008 22:00:38 +0000 (22:00 +0000)
Doc typo

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@682525 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/logging.xml

index 4e7b58e..d5adfc2 100644 (file)
@@ -73,7 +73,7 @@
 
     <p>
       If you need to setup cross-context detailed logging from within Tomcat's code, 
-      then you can use a simple log4j configuration. Note that this logging van be very 
+      then you can use a simple log4j configuration. Note that this logging can be very 
       verbose depending on the log level you chose to use.  Note also that a log4j logging 
       configuration is not going to produce stack trace type logging: those stack traces
       are output to <code>stdout</code> as discussed above.