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 2022/03/10 09:08:00 UTC

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

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

markt 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 ab4f64f  Fix typos. Thanks to Thomas Hoffmann.
ab4f64f is described below

commit ab4f64f70207bcd28f3e9cf504787b81bc11397d
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Mar 10 08:45:41 2022 +0000

    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 f6b9abf..efca2c2 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -105,6 +105,14 @@
   issues do not "pop up" wrt. others).
 -->
 <section name="Tomcat 9.0.61 (remm)" rtext="in development">
+  <subsection name="Other">
+    <changelog>
+      <fix>
+        Correct a spelling mistake in the German translations. Thanks to Thomas
+        Hoffmann. (markt)
+      </fix>
+    </changelog>
+  </subsection>
 </section>
 <section name="Tomcat 9.0.60 (remm)" rtext="in progress">
   <subsection name="Catalina">

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