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

[tomcat] branch master updated: docs: fix spelling (#392)

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

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new e8dbc19  docs: fix spelling (#392)
e8dbc19 is described below

commit e8dbc1919a7c44a4632664f6a593856a72d62559
Author: John Bampton <jb...@users.noreply.github.com>
AuthorDate: Fri Dec 18 17:11:00 2020 +1000

    docs: fix spelling (#392)
---
 webapps/docs/config/context.xml   | 2 +-
 webapps/docs/config/listeners.xml | 6 +++---
 webapps/docs/monitoring.xml       | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/webapps/docs/config/context.xml b/webapps/docs/config/context.xml
index 5dfcbcf..9f8d2b1 100644
--- a/webapps/docs/config/context.xml
+++ b/webapps/docs/config/context.xml
@@ -460,7 +460,7 @@
       <attribute name="parallelAnnotationScanning" required="false">
         <p>When set to <code>true</code> annotation scanning will be performed
         using the utility executor. It will allow processing scanning in
-        parrallel which may improve deployment type at the expense of higher
+        parallel which may improve deployment type at the expense of higher
         server load. If not specified, the default of <code>false</code> is
         used.</p>
       </attribute>
diff --git a/webapps/docs/config/listeners.xml b/webapps/docs/config/listeners.xml
index ea5ac06..3a512bf 100644
--- a/webapps/docs/config/listeners.xml
+++ b/webapps/docs/config/listeners.xml
@@ -522,15 +522,15 @@
       </attribute>
 
       <attribute name="Group" required="false">
-        <p>Group is the Multicast IP to boardcast messages to HTTPD, default 224.0.1.105</p>
+        <p>Group is the Multicast IP to broadcast messages to HTTPD, default 224.0.1.105</p>
       </attribute>
 
       <attribute name="Multiport" required="false">
-        <p>Multiport is the Multicast port to boardcast messages to HTTPD, default 23364</p>
+        <p>Multiport is the Multicast port to broadcast messages to HTTPD, default 23364</p>
       </attribute>
 
       <attribute name="Ttl" required="false">
-        <p>Ttl is the TTL for the boardcast messages, default 16</p>
+        <p>Ttl is the TTL for the broadcast messages, default 16</p>
       </attribute>
 
     </attributes>
diff --git a/webapps/docs/monitoring.xml b/webapps/docs/monitoring.xml
index a97b0b9..b8698b2 100644
--- a/webapps/docs/monitoring.xml
+++ b/webapps/docs/monitoring.xml
@@ -100,7 +100,7 @@ controlRole tomcat]]></source>
     <b>Tip</b>: The password file should be read-only and only accessible by the
     operating system user Tomcat is running as.
     </li>
-    <li>Alterantively, you can configure a JAAS login module with:
+    <li>Alternatively, you can configure a JAAS login module with:
 <source><![CDATA[  -Dcom.sun.management.jmxremote.login.config=%login.module.name%]]></source></li>
     </ol>
 


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