This is an automated email from the ASF dual-hosted git repository. mgrigorov 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 8223515 docs: fix spelling (#392) 8223515 is described below commit 82235159f96dcab4e6c681a3ad21cb154b037fb1 Author: John Bampton <jbamp...@users.noreply.github.com> AuthorDate: Fri Dec 18 17:11:00 2020 +1000 docs: fix spelling (#392) (cherry picked from commit e8dbc1919a7c44a4632664f6a593856a72d62559) --- 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 3816736..1b9252a 100644 --- a/webapps/docs/config/context.xml +++ b/webapps/docs/config/context.xml @@ -430,7 +430,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 f37dbaf..67b3c68 100644 --- a/webapps/docs/config/listeners.xml +++ b/webapps/docs/config/listeners.xml @@ -534,15 +534,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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org