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

markt 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 d180afd3d2 Fix comment typo
d180afd3d2 is described below

commit d180afd3d20ed02b927bd95cefcd1558ff2e3712
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 1b468d0668..510d2782e7 100644
--- a/java/org/apache/catalina/servlets/CGIServlet.java
+++ b/java/org/apache/catalina/servlets/CGIServlet.java
@@ -571,7 +571,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