You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2010/07/01 13:28:49 UTC

svn commit: r959620 - in /tomcat/trunk/webapps/docs: changelog.xml extras.xml

Author: markt
Date: Thu Jul  1 11:28:49 2010
New Revision: 959620

URL: http://svn.apache.org/viewvc?rev=959620&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49518
Correct typo

Modified:
    tomcat/trunk/webapps/docs/changelog.xml
    tomcat/trunk/webapps/docs/extras.xml

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=959620&r1=959619&r2=959620&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Thu Jul  1 11:28:49 2010
@@ -146,6 +146,9 @@
         the HTML interface and prevent started hosts from being started and
         stopped hosts from being stopped.
       </fix>
+      <fix>
+        <bug>49518</bug>: Fix typo in extras documentation. (markt)
+      </fix>
     </changelog>
   </subsection>
 </section>

Modified: tomcat/trunk/webapps/docs/extras.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/extras.xml?rev=959620&r1=959619&r2=959620&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/extras.xml (original)
+++ tomcat/trunk/webapps/docs/extras.xml Thu Jul  1 11:28:49 2010
@@ -80,7 +80,7 @@
   <p>
     Tomcat uses a package renamed commons-logging API implementation which is
     hardcoded to use the java.util.logging API. The commons-logging additional
-    component builds a full fledged package renames commons-logging
+    component builds a full fledged package renamed commons-logging
     implementation which can be used to replace the implementation provided with
     Tomcat. See the <a href="logging.html">logging</a> page for usage
     instructions.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org