This is an automated email from the ASF dual-hosted git repository.
dsoumis pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new bfaa84787f Fix HTTP connector docs typo
bfaa84787f is described below
commit bfaa84787f19f220a2076283178039832d1a50a6
Author: sainadh777 <[email protected]>
AuthorDate: Sat Mar 28 12:29:09 2026 -0700
Fix HTTP connector docs 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 cce59bad51..36f9b1c3cb 100644
--- a/webapps/docs/config/http.xml
+++ b/webapps/docs/config/http.xml
@@ -1398,7 +1398,7 @@
<li>TLSv1.2</li><li>TLSv1.3</li><li>all</li></ul>
<p>Each token in the list can be prefixed with a plus sign ("+")
or a minus sign ("-"). A plus sign adds the protocol, a minus sign
- removes it form the current list. The list is built starting from
+ removes it from the current list. The list is built starting from
an empty list.</p>
<p>The token <code>all</code> is an alias for
<code>SSLv2Hello,TLSv1,TLSv1.1,TLSv1.2,TLSv1.3</code>.</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]