From 5e294f3529481ddcfd94f9b8e4ed49fafff66673 Mon Sep 17 00:00:00 2001
From: markt
Date: Mon, 6 Dec 2010 00:15:45 +0000
Subject: [PATCH] Fix typo
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1042494 13f79535-47bb-0310-9956-ffa450edef68
---
webapps/docs/config/listeners.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webapps/docs/config/listeners.xml b/webapps/docs/config/listeners.xml
index 8a1af6379..009786a45 100644
--- a/webapps/docs/config/listeners.xml
+++ b/webapps/docs/config/listeners.xml
@@ -277,7 +277,7 @@ service:jmx:rmi://<hostname>:10002/jndi/rmi://<hostname>:10001/jmxrm
class will trigger the initializer that will retain a static reference
to the context class loader. The protection loads the class with the
system class loader to ensure that the static initializer is not
- triggered by web application. Defaults to true.
+ triggered by a web application. Defaults to true.
--
2.11.0