This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 9cb5915  Fix typo. Thanks to Rob Sargent.
9cb5915 is described below

commit 9cb5915831641d5d7edab2a7cc32120a6190c7c8
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Mar 16 08:14:42 2021 +0000

    Fix typo. Thanks to Rob Sargent.
---
 webapps/docs/logging.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/webapps/docs/logging.xml b/webapps/docs/logging.xml
index b60744e..14fa5d0 100644
--- a/webapps/docs/logging.xml
+++ b/webapps/docs/logging.xml
@@ -73,10 +73,10 @@
     <p>
       The logging frameworks used by different web applications are 
independent.
       See <a href="class-loader-howto.html">class loading</a> for more details.
-      The exception to this rule is <code>java.util.logging</code>. If it used
-      directly or indirectly by your logging library then elements of it will 
be
-      shared across web applications because it is loaded by the system class
-      loader.
+      The exception to this rule is <code>java.util.logging</code>. If it is
+      used directly or indirectly by your logging library then elements of it
+      will be shared across web applications because it is loaded by the system
+      class loader.
     </p>
 
     <subsection name="Java logging API &#8212; java.util.logging">


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

Reply via email to