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 690aaaa87c Fix typo in Javadoc
690aaaa87c is described below

commit 690aaaa87c6d71248291d4372d3e127b1dafd9a7
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Jan 23 09:17:13 2026 +0000

    Fix typo in Javadoc
---
 java/org/apache/coyote/http11/filters/ChunkedInputFilter.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/coyote/http11/filters/ChunkedInputFilter.java 
b/java/org/apache/coyote/http11/filters/ChunkedInputFilter.java
index c1efb64a62..de2457838b 100644
--- a/java/org/apache/coyote/http11/filters/ChunkedInputFilter.java
+++ b/java/org/apache/coyote/http11/filters/ChunkedInputFilter.java
@@ -504,7 +504,7 @@ public class ChunkedInputFilter implements InputFilter, 
ApplicationBufferHandler
     /**
      * Parse CRLF at end of chunk.
      *
-     * @return {@code true} if the read is complete or {@code false if 
incomplete}. In complete reads can only happen
+     * @return {@code true} if the read is complete or {@code false if 
incomplete}. Incomplete reads can only happen
      *             with non-blocking I/O.
      *
      * @throws IOException An error occurred parsing CRLF


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to