From: markt Date: Fri, 27 Jun 2008 21:48:41 +0000 (+0000) Subject: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45277 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=0a4c019f26655027672ba006d3de0e9665bd4cff;p=tomcat7.0 Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45277 Correct typo git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@672399 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/logging.xml b/webapps/docs/logging.xml index a3f117856..0df5092c4 100644 --- a/webapps/docs/logging.xml +++ b/webapps/docs/logging.xml @@ -210,7 +210,7 @@ may be changed per logger using the loggerName.useParentHandlers property, which accepts a boolean value.
  • The root logger can define its set of handlers using a .handlers property.
  • -
  • System property replacement for property values which start with ${sytstemPropertyName}.
  • +
  • System property replacement for property values which start with ${systemPropertyName}.