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:40 UTC

[tomcat] branch 8.5.x updated: fixed typos

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

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


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

commit f008deb07972a79e34887ebc9d5fa492bb0673b8
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 9b3f78e..9332f16 100644
--- a/webapps/docs/config/ajp.xml
+++ b/webapps/docs/config/ajp.xml
@@ -465,7 +465,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>
@@ -475,7 +475,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