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

markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.1.x by this push:
     new 9daffd56de Fix comment typo
9daffd56de is described below

commit 9daffd56deadfa8190593a0322cbb24d18c3fce4
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 3cb5432295..3c1b7bd6d2 100644
--- a/java/org/apache/catalina/servlets/CGIServlet.java
+++ b/java/org/apache/catalina/servlets/CGIServlet.java
@@ -564,7 +564,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