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

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


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

commit fd416efaa5b78cf6de5d97ba8a62ddd0a31e9339
Author: lihan <li...@apache.org>
AuthorDate: Thu Aug 10 11:15:06 2023 +0800

    Fix typo.
    
    (cherry picked from commit c1388b3ed08f7a72bc5193d5c5242087a9e73e7d)
---
 java/org/apache/catalina/connector/Request.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/connector/Request.java 
b/java/org/apache/catalina/connector/Request.java
index 1adc04e392..41f8573f1f 100644
--- a/java/org/apache/catalina/connector/Request.java
+++ b/java/org/apache/catalina/connector/Request.java
@@ -3177,7 +3177,7 @@ public class Request implements HttpServletRequest {
                 parameters.setQueryStringCharset(charset);
             }
             // Note: If !useBodyEncodingForURI, the query string encoding is
-            // that set towards the start of CoyoyeAdapter.service()
+            // that set towards the start of CoyoteAdapter.service()
 
             parameters.handleQueryParameters();
 


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

Reply via email to