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 4d20b3f5f2 Fix typo
4d20b3f5f2 is described below

commit 4d20b3f5f2bbd4f22f993964fe9681d33e57b6cb
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Jan 10 08:40:16 2025 +0000

    Fix typo
---
 java/org/apache/catalina/connector/InputBuffer.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/connector/InputBuffer.java 
b/java/org/apache/catalina/connector/InputBuffer.java
index e7fe09cb1e..6d5db65ec1 100644
--- a/java/org/apache/catalina/connector/InputBuffer.java
+++ b/java/org/apache/catalina/connector/InputBuffer.java
@@ -181,7 +181,7 @@ public class InputBuffer extends Reader implements 
ByteChunk.ByteInputChannel, A
         readLimit = size;
         markPos = -1;
         /*
-         * This buffer will have been be replaced if there was data to read so 
re-initialise to an empty buffer to clear
+         * This buffer will have been replaced if there was data to read so 
re-initialise to an empty buffer to clear
          * any reference to an injected buffer.
          */
         bb = EMPTY_BUFFER;


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

Reply via email to