mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-24 23:32:05 +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