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