This is an automated email from the ASF dual-hosted git repository.
violetagg 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 c292385 Fix typos
c292385 is described below
commit c2923850c1317bc72c83bee0fa45add8a9cb5a70
Author: Violeta Georgieva <[email protected]>
AuthorDate: Thu May 7 10:57:15 2020 +0300
Fix typos
---
webapps/docs/changelog.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index ae3375d..f61e511 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -67,7 +67,7 @@
<add>
Log a warning if a <code>CredentialHandler</code> instance is added to
an instance of the <code>CombinedRealm</code> (or a sub-class) as the
- <code>CombinedRealm</code> doesn't use a configued
+ <code>CombinedRealm</code> doesn't use a configured
<code>CredentialHandler</code> and it is likely that a configuration
error has occurred. (markt)
</add>
@@ -302,7 +302,7 @@
Correct the documentation web application to remove references to the
<code>org.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH</code>
system property changing how the sequence <code>%5c</code> is
- interpretted in a URI. (markt)
+ interpreted in a URI. (markt)
</fix>
</changelog>
</subsection>
@@ -323,7 +323,7 @@
when using <code>catalina.sh</code>. (markt)
</fix>
<fix>
- Depreacted the <code>LOGGING_CONFIG</code> environment variable and
+ Deprecated the <code>LOGGING_CONFIG</code> environment variable and
replace it with the <code>CATALINA_LOGGING_CONFIG</code> environment
variable to avoid clashes with other components that use
<code>LOGGING_CONFIG</code>. (markt)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]