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