From 70be0917dac8d3563f053d2d2ce35b22cca082cc Mon Sep 17 00:00:00 2001 From: markt Date: Thu, 1 Jul 2010 11:28:49 +0000 Subject: [PATCH] Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49518 Correct typo git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@959620 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/changelog.xml | 3 +++ webapps/docs/extras.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index da0bb0a95..5b6f2b58b 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -146,6 +146,9 @@ the HTML interface and prevent started hosts from being started and stopped hosts from being stopped. + + 49518: Fix typo in extras documentation. (markt) + diff --git a/webapps/docs/extras.xml b/webapps/docs/extras.xml index ad91ac5dc..41049553e 100644 --- a/webapps/docs/extras.xml +++ b/webapps/docs/extras.xml @@ -80,7 +80,7 @@

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 logging page for usage instructions. -- 2.11.0