You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2020/02/13 17:00:18 UTC

[tomcat] branch 9.0.x updated: fixed typos

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new d0463b9  fixed typos
d0463b9 is described below

commit d0463b9d0b12cf356368a369ccd9b5c8cd0fa192
Author: Olaf Kock <gi...@olafkock.de>
AuthorDate: Thu Feb 13 11:42:05 2020 +0100

    fixed typos
---
 webapps/docs/config/ajp.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/webapps/docs/config/ajp.xml b/webapps/docs/config/ajp.xml
index 801920a..9760e80 100644
--- a/webapps/docs/config/ajp.xml
+++ b/webapps/docs/config/ajp.xml
@@ -456,7 +456,7 @@
 
     <attribute name="secret" required="false">
       <p>Only requests from workers with this secret keyword will be accepted.
-      The default value is <code>null</code>. This attrbute must be specified
+      The default value is <code>null</code>. This attribute must be specified
       with a non-null, non-zero length value unless
       <strong>secretRequired</strong> is explicitly configured to be
       <code>false</code>.</p>
@@ -466,7 +466,7 @@
       <p>If this attribute is <code>true</code>, the AJP Connector will only
       start if the <strong>secret</strong> attribute is configured with a
       non-null, non-zero length value. The default value is <code>true</code>.
-      This attributue should only be set to <code>false</code> when the
+      This attribute should only be set to <code>false</code> when the
       Connector is used on a trusted network.</p>
     </attribute>
 


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