This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new f3c598f Fix typo f3c598f is described below commit f3c598f0e6243efd85920b5a9630794d15ce2e6c 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 91d730a..97f88ef 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