summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2009-12-22 11:41:35 +0000
committerAntony Dovgal <tony2001@php.net>2009-12-22 11:41:35 +0000
commit17656a0ab99fca892d1ea389a72234a3900aa25a (patch)
tree4e7d1d8ebf690a47da33f27a2b8c6e3570fb6894
parent759800798427bd0d1a2cc789d14b9ef2b9982996 (diff)
downloadphp-git-17656a0ab99fca892d1ea389a72234a3900aa25a.tar.gz
fix typo
-rw-r--r--sapi/fpm/fpm/fpm_process_ctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/fpm/fpm/fpm_process_ctl.c b/sapi/fpm/fpm/fpm_process_ctl.c
index 44293e4ec5..b2fcb704e4 100644
--- a/sapi/fpm/fpm/fpm_process_ctl.c
+++ b/sapi/fpm/fpm/fpm_process_ctl.c
@@ -341,7 +341,7 @@ static void fpm_pctl_perform_idle_server_maintenance(struct timeval *now) /* {{{
}
if ((active + idle) != wp->running_children) {
- 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);
+ 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);
continue;
}