mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-16 12:12:06 +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) {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue