diff --git a/main.c b/main.c index 438925e..a2e87de 100644 --- a/main.c +++ b/main.c @@ -458,7 +458,7 @@ int main(int argc, char *argv[]) { goto done; } - // Setup signals beofre creating the pidfile so the pidfile to ensure removal + // Setup signals beofre creating the pidfile to ensure removal of the pidfile // when terminating by signal. if (setup_signals(kq)) { goto done;