You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by vi...@apache.org on 2014/02/03 18:49:48 UTC

svn commit: r1563989 - /tomcat/trunk/webapps/docs/config/listeners.xml

Author: violetagg
Date: Mon Feb  3 17:49:48 2014
New Revision: 1563989

URL: http://svn.apache.org/r1563989
Log:
Fix typo.

Modified:
    tomcat/trunk/webapps/docs/config/listeners.xml

Modified: tomcat/trunk/webapps/docs/config/listeners.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/listeners.xml?rev=1563989&r1=1563988&r2=1563989&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/listeners.xml (original)
+++ tomcat/trunk/webapps/docs/config/listeners.xml Mon Feb  3 17:49:48 2014
@@ -300,7 +300,7 @@
       </attribute>
 
       <attribute name="minimumUmask" required="false">
-        <p>The least rectrictive umask that must be configured before Tomcat
+        <p>The least restrictive umask that must be configured before Tomcat
         will start. If not specified, the default value of <b>0007</b> is used.
         To disable this check, set the attribute to the empty string. The check
         is not performed on Windows platforms.</p>
@@ -412,7 +412,7 @@
         <p>The port to be used by the JMX/RMI registry for the Platform MBeans.
         This replaces the use of the
         <code>com.sun.management.jmxremote.port</code> system property that
-        should not be set when using this valve.</p>
+        should not be set when using this listener.</p>
       </attribute>
 
       <attribute name="rmiServerPortPlatform" required="true">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org