From: Mike Rumph Date: Tue, 13 May 2014 17:50:39 +0000 (+0000) Subject: Fix some comment typos X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a4f15ceb15bce7cc2b71aa7475a65671551d657;p=thirdparty%2Fapache%2Fhttpd.git Fix some comment typos git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1594301 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/event/event.c b/server/mpm/event/event.c index 7eb83cb0320..ae247cd13c6 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 318d11149fa..ed36e2629bb 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 85b7adb0da3..408d317650e 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. *