Author: markt
Date: Fri Jun 27 14:48:41 2008
New Revision: 672399
URL: http://svn.apache.org/viewvc?rev=672399&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45277
Correct typo
Modified:
tomcat/trunk/webapps/docs/logging.xml
Modified: tomcat/trunk/webapps/docs/logging.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/logging.xml?rev=672399&r1=672398&r2=672399&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/logging.xml (original)
+++ tomcat/trunk/webapps/docs/logging.xml Fri Jun 27 14:48:41 2008
@@ -210,7 +210,7 @@
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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]