Skip to content

Commit 17656a0

Browse files
committed
fix typo
1 parent 7598007 commit 17656a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/fpm/fpm/fpm_process_ctl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ static void fpm_pctl_perform_idle_server_maintenance(struct timeval *now) /* {{{
341341
}
342342

343343
if ((active + idle) != wp->running_children) {
344-
zlog(ZLOG_STUFF, ZLOG_ERROR, "[pool %s] unable to retrieve process activiry of one or more child(ren). Will try again later.", wp->config->name);
344+
zlog(ZLOG_STUFF, ZLOG_ERROR, "[pool %s] unable to retrieve process activity of one or more child(ren). Will try again later.", wp->config->name);
345345
continue;
346346
}
347347

0 commit comments

Comments
 (0)