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 8bf9122c96 Fix typo
8bf9122c96 is described below

commit 8bf9122c96b2e57fa642fab1763a549ee5e3dbc1
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri May 31 16:27:24 2024 +0100

    Fix typo
---
 java/org/apache/coyote/Processor.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/coyote/Processor.java 
b/java/org/apache/coyote/Processor.java
index 64192f474d..c82f0df75f 100644
--- a/java/org/apache/coyote/Processor.java
+++ b/java/org/apache/coyote/Processor.java
@@ -68,7 +68,7 @@ public interface Processor {
      * represent a timeout that is triggered independently of the socket 
read/write timeouts.
      *
      * @param now The time (as returned by {@link System#currentTimeMillis()} 
to use as the current time to determine
-     *                whether the timeout has expired. If negative, the 
timeout will always be treated as ifq it has
+     *                whether the timeout has expired. If negative, the 
timeout will always be treated as if it has
      *                expired.
      */
     void timeoutAsync(long now);


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

Reply via email to