This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new 728dc8da2c Fix comment typo 728dc8da2c is described below commit 728dc8da2cff5b614eab048a90386a94a16cd84a Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Jul 24 14:16:58 2023 +0100 Fix comment typo --- test/org/apache/tomcat/websocket/TestPerMessageDeflate.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/org/apache/tomcat/websocket/TestPerMessageDeflate.java b/test/org/apache/tomcat/websocket/TestPerMessageDeflate.java index fd62f976a6..a8301c8277 100644 --- a/test/org/apache/tomcat/websocket/TestPerMessageDeflate.java +++ b/test/org/apache/tomcat/websocket/TestPerMessageDeflate.java @@ -87,7 +87,7 @@ public class TestPerMessageDeflate { MessagePart compressedPart = compressedParts.get(0); - // Set up the decompression and process the received messafe + // Set up the decompression and process the received message PerMessageDeflate perMessageDeflateRx = PerMessageDeflate.negotiate(preferences, true); perMessageDeflateRx.setNext(new TesterTransformation(compressedPart.getPayload())); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org