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

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


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

commit da8bd4eea1e9044cdcd41dde161da15b59a1cbf7
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

Reply via email to