(tomcat) branch 9.0.x updated: Fix typo
| Newsgroups | gmane.comp.jakarta.tomcat.devel |
|---|---|
| Message-ID | <178639129876.3572476.9518628866875783969@gitbox3-he-fi.apache.org> |
This is an automated email from the ASF dual-hosted git repository.
markt-asf 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 612ec335df Fix typo
612ec335df is described below
commit 612ec335df65d232e8f0d0cfbb153fbb8c597aec
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Aug 10 20:48:10 2026 +0100
Fix typo
---
webapps/docs/config/http.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml
index 43497997f7..168f50fce2 100644
--- a/webapps/docs/config/http.xml
+++ b/webapps/docs/config/http.xml
@@ -121,7 +121,7 @@
</p>
<p>When set to <code>decoded</code>, the
<code>org.apache.catalina.connector.CoyoteAdapter.ALLOW_BACKSLASH</code>
- system proeprty will be applied after decoding.
+ system property will be applied after decoding.
</p>
<p>If <code>passthrough</code> is used then it is the application's
responsibility to perform any further <code>%nn</code> decoding required.