Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45277
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 27 Jun 2008 21:48:41 +0000 (21:48 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 27 Jun 2008 21:48:41 +0000 (21:48 +0000)
Correct typo

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

webapps/docs/logging.xml

index a3f1178..0df5092 100644 (file)
       may be changed per logger using the <code>loggerName.useParentHandlers</code> property, which accepts 
       a boolean value.</li>
       <li>The root logger can define its set of handlers using a <code>.handlers</code> property.</li>
-      <li>System property replacement for property values which start with ${sytstemPropertyName}.</li>
+      <li>System property replacement for property values which start with ${systemPropertyName}.</li>
     </ul>
   </p>
   <p>