diff options
-rw-r--r-- | sapi/fpm/fpm/fpm_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/fpm/fpm/fpm_unix.c b/sapi/fpm/fpm/fpm_unix.c index 039662a533..ea5cdad6e2 100644 --- a/sapi/fpm/fpm/fpm_unix.c +++ b/sapi/fpm/fpm/fpm_unix.c @@ -535,7 +535,7 @@ int fpm_unix_init_main() /* {{{ */ exit(FPM_EXIT_SOFTWARE); } else { if (readval == 1) { - zlog(ZLOG_DEBUG, "I received a valid acknoledge from the master process, I can exit without error"); + zlog(ZLOG_DEBUG, "I received a valid acknowledge from the master process, I can exit without error"); fpm_cleanups_run(FPM_CLEANUP_PARENT_EXIT); exit(FPM_EXIT_OK); } else { |