From ebd3ed2bf89db8dce5cf9b3b42ac11dbe4362865 Mon Sep 17 00:00:00 2001 From: Mike Rumph Date: Tue, 13 May 2014 17:50:39 +0000 Subject: [PATCH] Fix some comment typos git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1594301 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/event/event.c | 2 +- server/mpm/eventopt/eventopt.c | 2 +- server/mpm/worker/worker.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/server/mpm/event/event.c b/server/mpm/event/event.c index 7eb83cb032..ae247cd13c 100644 --- a/server/mpm/event/event.c +++ b/server/mpm/event/event.c @@ -664,7 +664,7 @@ static apr_status_t decrement_connection_count(void *cs_) * Previously this was initiated in sig_term() and restart() signal handlers, * but we want to be able to start a shutdown/restart from other sources -- * e.g. on Win32, from the service manager. Now the service manager can - * call ap_start_shutdown() or ap_start_restart() as appropiate. Note that + * call ap_start_shutdown() or ap_start_restart() as appropriate. Note that * these functions can also be called by the child processes, since global * variables are no longer used to pass on the required action to the parent. * diff --git a/server/mpm/eventopt/eventopt.c b/server/mpm/eventopt/eventopt.c index 318d11149f..ed36e2629b 100644 --- a/server/mpm/eventopt/eventopt.c +++ b/server/mpm/eventopt/eventopt.c @@ -651,7 +651,7 @@ static apr_status_t decrement_connection_count(void *cs_) * Previously this was initiated in sig_term() and restart() signal handlers, * but we want to be able to start a shutdown/restart from other sources -- * e.g. on Win32, from the service manager. Now the service manager can - * call ap_start_shutdown() or ap_start_restart() as appropiate. Note that + * call ap_start_shutdown() or ap_start_restart() as appropriate. Note that * these functions can also be called by the child processes, since global * variables are no longer used to pass on the required action to the parent. * diff --git a/server/mpm/worker/worker.c b/server/mpm/worker/worker.c index 85b7adb0da..408d317650 100644 --- a/server/mpm/worker/worker.c +++ b/server/mpm/worker/worker.c @@ -457,7 +457,7 @@ static int volatile restart_pending; * Previously this was initiated in sig_term() and restart() signal handlers, * but we want to be able to start a shutdown/restart from other sources -- * e.g. on Win32, from the service manager. Now the service manager can - * call ap_start_shutdown() or ap_start_restart() as appropiate. Note that + * call ap_start_shutdown() or ap_start_restart() as appropriate. Note that * these functions can also be called by the child processes, since global * variables are no longer used to pass on the required action to the parent. * -- 2.40.0