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 406aff8f77 Fix comment typo
406aff8f77 is described below

commit 406aff8f77e36366feea0ee0dce97fccb5e1f8a9
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Apr 28 07:27:44 2025 +0100

    Fix comment typo
---
 java/org/apache/catalina/servlets/CGIServlet.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/servlets/CGIServlet.java 
b/java/org/apache/catalina/servlets/CGIServlet.java
index c20fe2b2e0..57a9b82c8d 100644
--- a/java/org/apache/catalina/servlets/CGIServlet.java
+++ b/java/org/apache/catalina/servlets/CGIServlet.java
@@ -563,7 +563,7 @@ public final class CGIServlet extends HttpServlet {
     @Override
     protected void doOptions(HttpServletRequest req, HttpServletResponse res) 
throws ServletException, IOException {
         // Note: This method will never be called if cgiMethods is "*" so that
-        // case does nto need to be handled here.
+        // case does not need to be handled here.
         Set<String> allowedMethods = new HashSet<>();
         allowedMethods.addAll(cgiMethods);
         allowedMethods.addAll(DEFAULT_SUPER_METHODS);


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

Reply via email to