Skip to content

Commit 9a21aa7

Browse files
Yousif Masoudcmb69
authored andcommitted
fixes typo in daemonization DEBUG message after fork: acknoledge -> acknowledge
1 parent bd8e767 commit 9a21aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/fpm/fpm/fpm_unix.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ int fpm_unix_init_main() /* {{{ */
535535
exit(FPM_EXIT_SOFTWARE);
536536
} else {
537537
if (readval == 1) {
538-
zlog(ZLOG_DEBUG, "I received a valid acknoledge from the master process, I can exit without error");
538+
zlog(ZLOG_DEBUG, "I received a valid acknowledge from the master process, I can exit without error");
539539
fpm_cleanups_run(FPM_CLEANUP_PARENT_EXIT);
540540
exit(FPM_EXIT_OK);
541541
} else {

0 commit comments

Comments
 (0)