summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2013-10-19 23:53:23 +0300
committerLior Kaplan <kaplanlior@gmail.com>2013-10-19 23:53:23 +0300
commita55d3b9295bec513553bff2522c4720737c4c398 (patch)
tree3db65d7790cd2f6c531eb36f401b96ff54b8e7b5
parentdf501fd464434967225f2ad8b413ed074db1a884 (diff)
downloadphp-git-a55d3b9295bec513553bff2522c4720737c4c398.tar.gz
Typo fix: managment -> management
-rw-r--r--sapi/fpm/fpm/fpm_children.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/fpm/fpm/fpm_children.c b/sapi/fpm/fpm/fpm_children.c
index 84a9474332..45cc075b42 100644
--- a/sapi/fpm/fpm/fpm_children.c
+++ b/sapi/fpm/fpm/fpm_children.c
@@ -251,7 +251,7 @@ void fpm_children_bury() /* {{{ */
}
zlog(severity, "[pool %s] child %d exited %s after %ld.%06d seconds from start", child->wp->config->name, (int) pid, buf, tv2.tv_sec, (int) tv2.tv_usec);
} else {
- zlog(ZLOG_DEBUG, "[pool %s] child %d has been killed by the process managment after %ld.%06d seconds from start", child->wp->config->name, (int) pid, tv2.tv_sec, (int) tv2.tv_usec);
+ zlog(ZLOG_DEBUG, "[pool %s] child %d has been killed by the process management after %ld.%06d seconds from start", child->wp->config->name, (int) pid, tv2.tv_sec, (int) tv2.tv_usec);
}
fpm_child_close(child, 1 /* in event_loop */);