fixes typo in daemonization DEBUG message after fork: acknoledge -> acknowledge

This commit is contained in:
Yousif Masoud 2018-07-01 11:23:18 +01:00 committed by Christoph M. Becker
parent bd8e76761f
commit 9a21aa77af

View File

@ -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 {