[tomcat] branch 8.5.x updated: Fix typos

2023-06-10 Thread markt
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 56aedf6b5c Fix typos
56aedf6b5c is described below

commit 56aedf6b5c6ead3178dd7f11f68c0fb83d24dd45
Author: Mark Thomas 
AuthorDate: Sat Jun 10 12:40:29 2023 +0100

Fix typos
---
 java/org/apache/catalina/core/LocalStrings_fr.properties | 2 +-
 java/org/apache/catalina/deploy/LocalStrings_fr.properties   | 4 ++--
 java/org/apache/catalina/loader/LocalStrings_fr.properties   | 2 +-
 java/org/apache/catalina/valves/LocalStrings_fr.properties   | 2 +-
 java/org/apache/catalina/webresources/LocalStrings_fr.properties | 2 +-
 java/org/apache/naming/factory/LocalStrings_fr.properties| 4 ++--
 6 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/java/org/apache/catalina/core/LocalStrings_fr.properties 
b/java/org/apache/catalina/core/LocalStrings_fr.properties
index 9f396a2294..2ca959298c 100644
--- a/java/org/apache/catalina/core/LocalStrings_fr.properties
+++ b/java/org/apache/catalina/core/LocalStrings_fr.properties
@@ -128,7 +128,7 @@ containerBase.threadedStartFailed=Un conteneur fils a 
échoué pendant son déma
 containerBase.threadedStopFailed=Erreur lors de l'arrêt d'un conteneur fils
 
 defaultInstanceManager.invalidAnnotation=L''annotation [{0}] est invalide
-defaultInstanceManager.invalidInjection=Annotation invalide pour l'injection 
d'une resource méthode
+defaultInstanceManager.invalidInjection=Annotation invalide pour l'injection 
d'une ressource méthode
 defaultInstanceManager.postConstructNotFound=La méthode post construct [{0}] 
de la classe [{1}] est déclarée dans le descripteur de déploiement mais n''a 
pas été trouvée
 defaultInstanceManager.preDestroyNotFound=La méthode pre destroy [{0}] de la 
classe [{1}] est déclarée dans le descripteur de déploiement mais n''a pas été 
trouvée
 defaultInstanceManager.restrictedClass=L''accès à la classe à accès restreint 
[{0}] est interdit, une application web doit être marquée comme étant 
privilégiée pour pouvoir la charger
diff --git a/java/org/apache/catalina/deploy/LocalStrings_fr.properties 
b/java/org/apache/catalina/deploy/LocalStrings_fr.properties
index 82027ddf83..1ab279590a 100644
--- a/java/org/apache/catalina/deploy/LocalStrings_fr.properties
+++ b/java/org/apache/catalina/deploy/LocalStrings_fr.properties
@@ -14,12 +14,12 @@
 # limitations under the License.
 
 namingResources.cleanupCloseFailed=Impossible d''invoquer la méthode [{0}] de 
la ressource [{1}] dans le conteneur [{2}] donc aucun nettoyage n''a été 
effectué pour cette ressource
-namingResources.cleanupCloseSecurity=Incapacité de récupérer la méthode [{0}] 
pour la resource [{1}] dans le conteneur [{2}]. Aucun nettoyage effectué pour 
cette resource.
+namingResources.cleanupCloseSecurity=Incapacité de récupérer la méthode [{0}] 
pour la ressource [{1}] dans le conteneur [{2}]. Aucun nettoyage effectué pour 
cette ressource.
 namingResources.cleanupNoClose=La ressource [{0}] du container [{1}] n''a pas 
de [{2}] méthode donc aucun nettoyage de la ressource n''a pu être effectué
 namingResources.cleanupNoContext=Impossible de récupérer le contexte de 
nommage JNDI dans le conteneur [{0}] donc aucun nettoyage de ce conteneur n''a 
pu être effectué
 namingResources.cleanupNoResource=Impossible de récupérer la ressource JNDI 
[{1}] dans le conteneur [{2}] donc aucun nettoyage de la ressource n''a pu être 
effectué
 namingResources.ejbLookupLink=La référence à un EJB [{0}] spéficie à la fois 
un ejb-link and et un lookup-name
 namingResources.envEntryLookupValue=L''entrée d''environnement [{0}] spécifie 
à la fois un lookup-name et une valeur
-namingResources.mbeanCreateFail=Échec de création d''un MBean pour la resource 
nommée ("naming resource") [{0}]
+namingResources.mbeanCreateFail=Échec de création d''un MBean pour la 
ressource nommée ("naming resource") [{0}]
 namingResources.mbeanDestroyFail=Echec de destruction du mbean de la ressource 
[{0}]
 namingResources.resourceTypeFail=La ressource JNDI nommée [{0}] est de type 
[{1}] mais ce type est inconsistant avec le(s) type(s) de cible d''injection 
configuré(s) pour cette ressource
diff --git a/java/org/apache/catalina/loader/LocalStrings_fr.properties 
b/java/org/apache/catalina/loader/LocalStrings_fr.properties
index 46ba94a733..1f03df15e1 100644
--- a/java/org/apache/catalina/loader/LocalStrings_fr.properties
+++ b/java/org/apache/catalina/loader/LocalStrings_fr.properties
@@ -41,7 +41,7 @@ webappClassLoader.jarsRemoved=Un ou plusieurs JARs ont été 
enlevés de l''appl
 webappClassLoader.javaseClassLoaderNull=L'attribut j2seClassLoader ne doit pas 
être null
 webappClassLoader.jdbcRemoveFailed=Le désenregistrement du pilote JDBC a 
échoué pour l''application web [{0}]
 webappClassLoader.loadedByThisOrChildFail=Impossible de vérifier 

[tomcat] branch 8.5.x updated: Fix typos

2023-04-20 Thread markt
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 b6adb83b84 Fix typos
b6adb83b84 is described below

commit b6adb83b8455dc6c35d64affa619a385c4237d0d
Author: Mark Thomas 
AuthorDate: Thu Apr 20 08:54:19 2023 +0100

Fix typos
---
 webapps/docs/changelog.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index f31545789f..5bb0b25529 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -168,7 +168,7 @@
   
 66541: Improve handling for cached resources for resources
 that use custom URL schemes. The scheme specific equals()
-and hashcode() algorithms, if present, will now be used 
for
+and hashCode() algorithms, if present, will now be used 
for
 URLs for these resources. This addresses a potential performance issue
 with some OSGi custom URL schemes that can trigger potentially slow DNS
 lookups in some configurations. Based on a patch provided by Tom
@@ -285,7 +285,7 @@
 Update Jacoco to 0.8.9. (markt)
   
   
-Enhance PEMFile to laod from an InputStream. Patch provided by
+Enhance PEMFile to load from an InputStream. Patch provided by
 Romain Manni-Bucau. (schultz)
   
 


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



[tomcat] branch 8.5.x updated: Fix typos

2022-07-13 Thread markt
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 f37937116d Fix typos
f37937116d is described below

commit f37937116df42ae58a58b4fb606d7e2b230ac10f
Author: Mark Thomas 
AuthorDate: Wed Jul 13 21:38:16 2022 +0100

Fix typos
---
 build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.xml b/build.xml
index 3700162006..ad33010644 100644
--- a/build.xml
+++ b/build.xml
@@ -2274,7 +2274,7 @@ skip.installer property in build.properties" />
   
 
   
-
+
   
 
   
@@ -2352,7 +2352,7 @@ ant.tstamp.now.iso=${tstamp.iso.release}
 
 # This file was auto-generated by the pre-release Ant target
 
-# Remove version-dev to from the version since this is not a development 
release.
+# Remove "-dev" from the version since this is not a development release.
 
maven.asf.release.deploy.version=${version.major}.${version.minor}.${version.build}${version.suffix}
 
 # Re-use the same GPG executable


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



[tomcat] branch 8.5.x updated: Fix typos. Thanks to Thomas Hoffmann.

2022-03-10 Thread markt
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 1dd7a24  Fix typos. Thanks to Thomas Hoffmann.
1dd7a24 is described below

commit 1dd7a240137d5dd724bf4b8bd1b9906b7ae74166
Author: Mark Thomas 
AuthorDate: Thu Mar 10 08:45:41 2022 +

Fix typos. Thanks to Thomas Hoffmann.
---
 java/org/apache/catalina/connector/LocalStrings_de.properties | 2 +-
 webapps/docs/changelog.xml| 8 
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/connector/LocalStrings_de.properties 
b/java/org/apache/catalina/connector/LocalStrings_de.properties
index 94f6405..0478fd4 100644
--- a/java/org/apache/catalina/connector/LocalStrings_de.properties
+++ b/java/org/apache/catalina/connector/LocalStrings_de.properties
@@ -21,6 +21,6 @@ coyoteConnector.invalidPort=Der Konnektor kann nicht starten, 
da der als Port an
 coyoteConnector.protocolHandlerStartFailed=Der Start des Protokoll-Handlers 
ist fehlgeschlagen
 
 coyoteRequest.filterAsyncSupportUnknown=Es konnte nicht ermittelt werden ob 
einer der Filter asyncrone Bearbeitung nicht unterstützt
-coyoteRequest.gssLifetimeFail=Die verbleibende Lebenzeit für den Principal 
[{0}] konnte nicht ermittelt werden.
+coyoteRequest.gssLifetimeFail=Die verbleibende Lebenszeit für den Principal 
[{0}] konnte nicht ermittelt werden.
 
 responseFacade.nullResponse=Das Response Objekt ist wiederverwendet worden und 
nicht mehr mit der Facade verknüpft.
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index de3bc3d..74d49de 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -153,6 +153,14 @@
   
 
   
+  
+
+  
+Correct a spelling mistake in the German translations. Thanks to Thomas
+Hoffmann. (markt)
+  
+
+  
 
 
   

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



[tomcat] branch 8.5.x updated: Fix typos

2021-09-28 Thread markt
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 45e25ba  Fix typos
45e25ba is described below

commit 45e25ba10bbcf53175999c6a2900081c2ff2d93b
Author: Mark Thomas 
AuthorDate: Tue Sep 28 13:38:10 2021 +0100

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 2260a5c..66768e9 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -122,9 +122,9 @@
 
   
 Further improvements in the management of the connection flow control
-window. This addresses various bugs that what cause streams to
-incorrectly report that they had timed out waiting for an allocation
-from the connection flow control window. (markt)
+window. This addresses various bugs that caused streams to incorrectly
+report that they had timed out waiting for an allocation from the
+connection flow control window. (markt)
   
   
 65577: Fix a AccessControlException reporting

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



[tomcat] branch 8.5.x updated: Fix typos

2021-06-08 Thread markt
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 143a8e6  Fix typos
143a8e6 is described below

commit 143a8e638513763e69784773233f738e2d87a172
Author: Mark Thomas 
AuthorDate: Tue Jun 8 18:39:17 2021 +0100

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 d6fcb6d..c338159 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -153,7 +153,7 @@
 an inner class that extends GenericPrincipal. (remm)
   
   
-Enable the default doHead()) implementation in
+Enable the default doHead() implementation in
 HttpServlet to correctly handle responses where the 
content
 length needs to be represented as a long since it is larger than the
 maximum value that can be represented by an int. (markt)
@@ -163,13 +163,13 @@
 UserDatabase. (remm)
   
   
-Fix the default doHead()) implementation in
+Fix the default doHead() implementation in
 HttpServlet to correctly handle responses where the 
Servlet
 calls ServletResponse.reset() and/or
 ServletResponse.resetBuffer(). (markt)
   
   
-Fix the default doHead()) implementation in
+Fix the default doHead() implementation in
 HttpServlet to correctly handle responses generated using
 the Servlet non-blocking API. (markt)
   

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



[tomcat] branch 8.5.x updated: Fix typos

2021-05-14 Thread markt
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 fdb1f56  Fix typos
fdb1f56 is described below

commit fdb1f5655dc5cafa61338647747134a2692d1a79
Author: Mark Thomas 
AuthorDate: Fri May 14 10:48:56 2021 +0100

Fix typos
---
 webapps/docs/changelog.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 9b34c65..f39aa5f 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -107,7 +107,7 @@
   
 
   
-65303; Fix a possible NullPointerException is
+65303: Fix a possible NullPointerException if
 an error occurs on an HTTP/1.1 connection being upgraded to HTTP/2 or 
on
 a pushed HTTP/2 stream. (markt)
   

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



[tomcat] branch 8.5.x updated: Fix typos

2021-03-03 Thread markt
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 7dc1857  Fix typos
7dc1857 is described below

commit 7dc18575d7b6e78f8de9d127fa64dfcdb877c8d9
Author: Mark Thomas 
AuthorDate: Wed Mar 3 12:03:28 2021 +

Fix typos
---
 webapps/docs/security-howto.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/webapps/docs/security-howto.xml b/webapps/docs/security-howto.xml
index e6caca1..8d429a8 100644
--- a/webapps/docs/security-howto.xml
+++ b/webapps/docs/security-howto.xml
@@ -458,10 +458,10 @@
   when the session is persisted during a restart or to a Store.
 
   When using the JDBCStore, the session store should be
-  secured (dedciated credentials, appropriate permissions) such that only
+  secured (dedicated credentials, appropriate permissions) such that only
   the JDBCStore is able to access the persisted session
-  data. In particular, the JDBCStore should be accessible
-  via any credentials available to a web application.
+  data. In particular, the JDBCStore should not be
+  accessible via any credentials available to a web application.
 
 
 


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



[tomcat] branch 8.5.x updated: Fix typos

2020-09-15 Thread violetagg
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 08b8f9d  Fix typos
08b8f9d is described below

commit 08b8f9da8357754012535dfa5e0accdb4834abda
Author: Violeta Georgieva [VMware] 
AuthorDate: Tue Sep 15 17:57:00 2020 +0300

Fix typos
---
 webapps/docs/changelog.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 328941f..f6a9a95 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -76,7 +76,7 @@
 Update to Commons Daemon 1.2.3. This adds support to jsvc for
 --enable-preview and native memory tracking (Procrun
 already supported these features), adds some addition debug logging and
-adds a new feature to Procrun that outputs the commnd to (re-)configure
+adds a new feature to Procrun that outputs the command to 
(re-)configure
 the service with the current settings. (markt)
   
 
@@ -121,7 +121,7 @@
 Based on a patch provided by Milo van der Zee. (markt)
   
   
-Correct the path vaidation to allow the use of the file system root for
+Correct the path validation to allow the use of the file system root 
for
 the docBase attribute of a Context. Note that
 such a configuration should be used with caution. (markt)
   
@@ -142,7 +142,7 @@
   
 64713: The JASPIC authenticator now checks the value of
 jakarta.servlet.http.registerSession set by the
-ServerAuthModule when decideing whether or nor to register
+ServerAuthModule when deciding whether or nor to register
 the session. Based on a patch by Robert Rodewald. (markt)
   
 
@@ -249,7 +249,7 @@
 (schultz)
   
   
-Remove the out of date functional specification secton from the
+Remove the out of date functional specification section from the
 documentation web application. (markt)
   
   


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



[tomcat] branch 8.5.x updated: Fix typos

2020-07-01 Thread violetagg
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 707dfc9  Fix typos
707dfc9 is described below

commit 707dfc988963f3e70a48251f4241d679094d79f2
Author: Violeta Georgieva [VMware] 
AuthorDate: Wed Jul 1 17:57:01 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 c155da0..408877e 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -90,7 +90,7 @@
   
   
 64509: Correctly parse RFC 2109 version 1 cookies that use a
-comma as a separater between cookies when using the RFC 6265 cookie
+comma as a separator between cookies when using the RFC 6265 cookie
 processor. Based on a patch by W J Carpenter. (markt)
   
   
@@ -100,7 +100,7 @@
   
   
 Correctly parse RFC 2109 version 1 cookies that have additional linear
-white space around cookie attrubute names and values when using the RFC
+white space around cookie attribute names and values when using the RFC
 6265 cookie processor. (markt)
   
   
@@ -145,7 +145,7 @@
 shell feature that is not available by default on Solaris 10. (markt)
   
   
-64514: Fixes some missing class dependency issus in 
bootstrap
+64514: Fixes some missing class dependency issues in 
bootstrap
 to address packaging/dependency concerns for JPMS and OSGi. Pull 
request
 provided by Raymond Augé. (markt)
   


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



[tomcat] branch 8.5.x updated: Fix typos

2020-05-07 Thread violetagg
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 
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 @@
   
 Log a warning if a CredentialHandler instance is added to
 an instance of the CombinedRealm (or a sub-class) as the
-CombinedRealm doesn't use a configued
+CombinedRealm doesn't use a configured
 CredentialHandler and it is likely that a configuration
 error has occurred. (markt)
   
@@ -302,7 +302,7 @@
 Correct the documentation web application to remove references to the
 org.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH
 system property changing how the sequence %5c is
-interpretted in a URI. (markt)
+interpreted in a URI. (markt)
   
 
   
@@ -323,7 +323,7 @@
 when using catalina.sh. (markt)
   
   
-Depreacted the LOGGING_CONFIG environment variable and
+Deprecated the LOGGING_CONFIG environment variable and
 replace it with the CATALINA_LOGGING_CONFIG environment
 variable to avoid clashes with other components that use
 LOGGING_CONFIG. (markt)


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



[tomcat] branch 8.5.x updated: Fix typos

2020-03-10 Thread violetagg
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 82da72f  Fix typos
82da72f is described below

commit 82da72fb1f3c925291674ac756eeaf5a9a8efdfd
Author: Violeta Georgieva 
AuthorDate: Tue Mar 10 15:44:50 2020 +0200

Fix typos
---
 webapps/docs/changelog.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index cf65e04..32e6f85 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -176,7 +176,7 @@
   
 Expand the documentation for the address attribute of the
 AJP Connector and document that the AJP Connector also supports the
-ipv6v6only attribute with the APR/Native implementaiton.
+ipv6v6only attribute with the APR/Native implementation.
 (markt)
   
 
@@ -196,7 +196,7 @@
 Tomcat. Contributions provided by B. Cansmile Cha. (markt)
   
   
-64190: Add support for specifing milliseconds (using
+64190: Add support for specifying milliseconds (using
 S, SS or SSS) in the timestamp
 used by JULIs OneLineFormatter. (markt)
   


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



[tomcat] branch 8.5.x updated: Fix typos

2020-02-07 Thread violetagg
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 4de785f  Fix typos
4de785f is described below

commit 4de785f66063ddf8ef03bdf99c4645aeb291a560
Author: Violeta Georgieva 
AuthorDate: Sat Feb 8 08:35:23 2020 +0200

Fix typos
---
 webapps/docs/changelog.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 7974a2f..9ef9ead 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -170,7 +170,7 @@
   
 Fix a problem that meant that remote host, address and port information
 could be missing in the access log for an HTTP/2 request where the
-connection was closed unexpectely. (markt)
+connection was closed unexpectedly. (markt)
   
 
   
@@ -181,7 +181,7 @@
 are made using HTTP/2. (markt)
   
   
-Fix the corrupton of the TLS configuration when using the deprecated 
TLS
+Fix the corruption of the TLS configuration when using the deprecated 
TLS
 attributes on the Connector if the configuration has already been set
 via the new SSLHostConfig and
 SSLHostConfigCertificate elements. (markt)


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



[tomcat] branch 8.5.x updated: Fix typos

2019-11-21 Thread violetagg
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 31ea629  Fix typos
31ea629 is described below

commit 31ea629f7e2199af5fad7a773f8989c499791845
Author: Violeta Georgieva 
AuthorDate: Thu Nov 21 12:59:04 2019 +0200

Fix typos

(cherry picked from commit 18d1dbf2f84b7e68e40b7a37256c0ff34f71553f)
---
 webapps/docs/changelog.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 8d9a8e1..2381942 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -245,7 +245,7 @@
 63826: Remove commons-daemon-native.tar.gz and
 tomcat-native.tar.gz from the binary zip distributions for
 Windows since compiled versions of those components are already
-included within the zip distriubutions. (markt)
+included within the zip distributions. (markt)
   
   
 63838: Suppress reflexive access warnings when running the
@@ -492,7 +492,7 @@
   
   
 When performing a silent install with the Windows Installer, ensure 
that
-the registry entires are added to the 64-bit registry when using a
+the registry entries are added to the 64-bit registry when using a
 64-bit JVM. (markt)
   
   


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



[tomcat] branch 8.5.x updated: Fix typos

2019-10-02 Thread violetagg
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 fa8de32  Fix typos
fa8de32 is described below

commit fa8de3284d41abfe26f04e6d68b9b08a7bad8443
Author: Violeta Georgieva 
AuthorDate: Wed Oct 2 09:59:48 2019 +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 0af1788..e9f142a 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -59,7 +59,7 @@
   
 63766: Ensure Processor objects are recycled when processing
 an HTTP upgrade connection that terminates before processing switches 
to
-the Processor for the upgraded procotol. (markt)
+the Processor for the upgraded protocol. (markt)
   
 
   
@@ -119,7 +119,7 @@
   
   
 Avoid a potential NullPointerException on Service stop if 
a
-Service is embedded directly (i.e. with no Server) in an applciation
+Service is embedded directly (i.e. with no Server) in an application
 and JNDI is enabled. Patch provided by S. Ali Tokmen. (markt)
   
   
@@ -222,7 +222,7 @@
 Add Korean translations to the standard Tomcat distribution. (markt)
   
   
-Add Simplifed Chinese translations to the standard Tomcat distribution.
+Add Simplified Chinese translations to the standard Tomcat 
distribution.
 (markt)
   
   


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



[tomcat] branch 8.5.x updated: Fix typos

2019-06-11 Thread violetagg
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 4e33b38  Fix typos
4e33b38 is described below

commit 4e33b38a36a9a47c15e1d56a9d2d28bbd3b99d38
Author: Violeta Georgieva 
AuthorDate: Tue Jun 11 18:35:11 2019 -0400

Fix typos
---
 webapps/docs/changelog.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index dd8d395..31a2821 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -160,7 +160,7 @@
   
 Use the test command to check for terminal availability
 rather than the tty command since the tty
-based test fails on non-Eglish locales. (markt)
+based test fails on non-English locales. (markt)
   
 
   
@@ -173,7 +173,7 @@
 file. Identified by Coverity scan. (markt)
   
   
-Fix a potential concurrency issue in the StringCache identifed by
+Fix a potential concurrency issue in the StringCache identified by
 Coverity scan. (markt)
   
   


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