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

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


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

commit 3b3c34d572ba1f61bdf10d444f5cd6efabd7e9f4
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Apr 15 10:08:39 2020 +0100

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

diff --git 
a/test/org/apache/tomcat/websocket/TestWsWebSocketContainerGetOpenSessions.java 
b/test/org/apache/tomcat/websocket/TestWsWebSocketContainerGetOpenSessions.java
index 8c740f1..5ff4684 100644
--- 
a/test/org/apache/tomcat/websocket/TestWsWebSocketContainerGetOpenSessions.java
+++ 
b/test/org/apache/tomcat/websocket/TestWsWebSocketContainerGetOpenSessions.java
@@ -53,7 +53,7 @@ import org.apache.tomcat.websocket.server.WsContextListener;
  *
  * Each test uses 2 client endpoint and 2 server endpoints with each client
  * connecting to each server for a total of four connections (note sometimes
- * the two clients and/or the two servers will be the sam)e.
+ * the two clients and/or the two servers will be the same).
  */
 public class TestWsWebSocketContainerGetOpenSessions extends WebSocketBaseTest 
{
 


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

Reply via email to