Author: fhanik Date: Mon Apr 20 22:57:44 2009 New Revision: 766905 URL: http://svn.apache.org/viewvc?rev=766905&view=rev Log: fix typo
Modified: tomcat/trunk/webapps/docs/config/systemprops.xml Modified: tomcat/trunk/webapps/docs/config/systemprops.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/systemprops.xml?rev=766905&r1=766904&r2=766905&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/systemprops.xml (original) +++ tomcat/trunk/webapps/docs/config/systemprops.xml Mon Apr 20 22:57:44 2009 @@ -39,8 +39,8 @@ <p>Set this to a fully qualified name of a class that implements <code>org.apache.tomcat.util.IntrospectionUtils.PropertySource</code>. Required to have a public constructor with no arguments.</p> - <p>Use this to add a property source, that will be invoked when <code>s{parameter}</code> - denoted parameters are found in the XML files that tomcat parses.</p> + <p>Use this to add a property source, that will be invoked when <code>${parameter}</code> + denoted parameters are found in the XML files that Tomcat parses.</p> </property> </properties> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org