mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-12-22 18:48:00 +01:00
Fix typo in comment
This commit is contained in:
parent
e23babf147
commit
05c920ab56
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ public class SmackReactor {
|
|||
}
|
||||
|
||||
if (selectWait < 0) {
|
||||
// A scheduled action was just released and become ready to execute.
|
||||
// A scheduled action was just released and became ready to execute.
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue