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

commit 3f78232a9aacf66459b148a157b7f2f654628380
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Sep 26 17:04:19 2024 +0100

    Fix typo
---
 java/jakarta/servlet/http/HttpServletResponse.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/java/jakarta/servlet/http/HttpServletResponse.java 
b/java/jakarta/servlet/http/HttpServletResponse.java
index 85c79c1a8f..b6256a4d0c 100644
--- a/java/jakarta/servlet/http/HttpServletResponse.java
+++ b/java/jakarta/servlet/http/HttpServletResponse.java
@@ -213,9 +213,9 @@ public interface HttpServletResponse extends 
ServletResponse {
     void sendRedirect(String location, int sc, boolean clearBuffer) throws 
IOException;
 
     /**
-     * Sends a 103 response to the client using the current response headers. 
This method does not commit the response and
-     * may be called multiple times before the response is committed. The 
current response headers may include some headers
-     * that have been added automatcially by the container.
+     * Sends a 103 response to the client using the current response headers. 
This method does not commit the response
+     * and may be called multiple times before the response is committed. The 
current response headers may include some
+     * headers that have been added automatically by the container.
      * <p>
      * This method has no effect if called after the response has been 
committed.
      *


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

Reply via email to