Fix typo
This commit is contained in:
parent
6ca6dd16d4
commit
360f129381
|
@ -227,7 +227,7 @@ int runEventLoop()
|
|||
}
|
||||
|
||||
// make sure the exit flag watch task finishes together with this loop
|
||||
// TODO: would be niced to do this without exceptions
|
||||
// TODO: would be nice to do this without exceptions
|
||||
if (exit_task && exit_task.running)
|
||||
exit_task.interrupt();
|
||||
|
||||
|
|
Loading…
Reference in a new issue