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 d378d5e24c Fix typo
d378d5e24c is described below
commit d378d5e24cf13c9652b33d40e65faabbcbf39916
Author: Youyu Song <[email protected]>
AuthorDate: Thu Jun 2 15:50:10 2022 +0800
Fix typo
---
java/org/apache/catalina/tribes/transport/nio/NioReceiver.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/catalina/tribes/transport/nio/NioReceiver.java
b/java/org/apache/catalina/tribes/transport/nio/NioReceiver.java
index e026d71129..9ccda36f8d 100644
--- a/java/org/apache/catalina/tribes/transport/nio/NioReceiver.java
+++ b/java/org/apache/catalina/tribes/transport/nio/NioReceiver.java
@@ -366,7 +366,7 @@ public class NioReceiver extends ReceiverBase implements
Runnable, NioReceiverMB
Selector selector = this.selector.get();
if (selector != null) {
try {
- // Unlock the thread if is is blocked waiting for input
+ // Unlock the thread if it is blocked waiting for input
selector.wakeup();
// Wait for the receiver thread to finish
int count = 0;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]