diff --git a/src/supervisor.c b/src/supervisor.c index af78403c3..7489c58cc 100644 --- a/src/supervisor.c +++ b/src/supervisor.c @@ -86,7 +86,7 @@ bool supervisor(int *exitcode) bool running = false; do { - // Fork new process when FTL is NOT running (might be STOPed) + // Fork new process when FTL is NOT running (might be STOPped) if(!running) { if((child_pid = fork()) == 0)