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