We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8e767 commit 9a21aa7Copy full SHA for 9a21aa7
sapi/fpm/fpm/fpm_unix.c
@@ -535,7 +535,7 @@ int fpm_unix_init_main() /* {{{ */
535
exit(FPM_EXIT_SOFTWARE);
536
} else {
537
if (readval == 1) {
538
- 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");
539
fpm_cleanups_run(FPM_CLEANUP_PARENT_EXIT);
540
exit(FPM_EXIT_OK);
541
0 commit comments