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 241a0765c9 Fix comment typo
241a0765c9 is described below
commit 241a0765c9d1735051c6c6124e06e61439e921bc
Author: Mark Thomas <[email protected]>
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 d1676b6c96..2f01440186 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: [email protected]
For additional commands, e-mail: [email protected]