This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/11.0.x by this push:
     new cb14046b0e Fix comment typo
cb14046b0e is described below

commit cb14046b0e23b04efd20d3ee7df88503ae671b3e
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jun 17 14:15:23 2025 +0100

    Fix comment typo
---
 .../tomcat/websocket/server/TestWsRemoteEndpointImplServerDeadlock.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/test/org/apache/tomcat/websocket/server/TestWsRemoteEndpointImplServerDeadlock.java
 
b/test/org/apache/tomcat/websocket/server/TestWsRemoteEndpointImplServerDeadlock.java
index 86adf1ac1d..850e294196 100644
--- 
a/test/org/apache/tomcat/websocket/server/TestWsRemoteEndpointImplServerDeadlock.java
+++ 
b/test/org/apache/tomcat/websocket/server/TestWsRemoteEndpointImplServerDeadlock.java
@@ -51,7 +51,7 @@ import org.apache.tomcat.websocket.WsSession;
 /*
  * https://bz.apache.org/bugzilla/show_bug.cgi?id=66508
  *
- * If the client sends a close while the server waiting for the client before 
sending the rest of a message, the
+ * If the client sends a close while the server is waiting for the client 
before sending the rest of a message, the
  * processing of the close from the client can hang until the sending of the 
message times out.
  *
  * This is packaged in a separate class to allow test specific 
parameterisation.


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

Reply via email to