This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 1cc9cc8944 Fix typo
1cc9cc8944 is described below
commit 1cc9cc8944941c3b67e25327ecb32ac4fd5b5955
Author: Mark Thomas <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]