1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-13 15:14:54 +02:00

Fix typo in comment

This commit is contained in:
Florian Schmaus 2019-10-12 10:14:17 +02:00
parent e23babf147
commit 05c920ab56

View file

@ -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;
}