From 072bde2c4778fcb8346298327faa38d75f247074 Mon Sep 17 00:00:00 2001 From: fhanik Date: Mon, 20 Apr 2009 22:57:44 +0000 Subject: [PATCH] fix typo git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@766905 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/systemprops.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapps/docs/config/systemprops.xml b/webapps/docs/config/systemprops.xml index 3a25556e8..3878b6dd6 100644 --- a/webapps/docs/config/systemprops.xml +++ b/webapps/docs/config/systemprops.xml @@ -39,8 +39,8 @@

Set this to a fully qualified name of a class that implements org.apache.tomcat.util.IntrospectionUtils.PropertySource. Required to have a public constructor with no arguments.

-

Use this to add a property source, that will be invoked when s{parameter} - denoted parameters are found in the XML files that tomcat parses.

+

Use this to add a property source, that will be invoked when ${parameter} + denoted parameters are found in the XML files that Tomcat parses.

-- 2.11.0