This is an automated email from the ASF dual-hosted git repository.
markt 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 a36301b Fix typo. Patch by Michael Schieder.
a36301b is described below
commit a36301b68fc0d860b0107e53b65f9339673a0d83
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Mar 4 18:45:03 2020 +0000
Fix typo. Patch by Michael Schieder.
---
java/org/apache/catalina/valves/LocalStrings_de.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/catalina/valves/LocalStrings_de.properties
b/java/org/apache/catalina/valves/LocalStrings_de.properties
index 87f3816..c0fde3f 100644
--- a/java/org/apache/catalina/valves/LocalStrings_de.properties
+++ b/java/org/apache/catalina/valves/LocalStrings_de.properties
@@ -24,7 +24,7 @@ errorReportValve.unknownReason=Unbekannter Grund
http.401.reason=Unautorisiert
http.402.desc=Dieser Status-Code ist für eine zukünftige Nutzung reserviert
-http.403.desc=Der Server hat die Anfrage verstanden, verbietet aber eine
Autoriesierung.
+http.403.desc=Der Server hat die Anfrage verstanden, verbietet aber eine
Autorisierung.
http.404.reason=nicht gefunden
http.406.reason=Nicht annehmbar
http.407.reason=Authentisierung für Proxy benötigt
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]