Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49518
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 1 Jul 2010 11:28:49 +0000 (11:28 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 1 Jul 2010 11:28:49 +0000 (11:28 +0000)
Correct typo

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

webapps/docs/changelog.xml
webapps/docs/extras.xml

index da0bb0a..5b6f2b5 100644 (file)
         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>
index ad91ac5..4104955 100644 (file)
@@ -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.