From: Mike Rumph Date: Tue, 13 May 2014 17:56:33 +0000 (+0000) Subject: Fix some comment typos X-Git-Tag: 2.4.10~243 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=652fbb9b5b0d6652e7aebb15916ae8e4e8639f92;p=apache Fix some comment typos git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1594306 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/event/event.c b/server/mpm/event/event.c index 9bcad5c38e..1c5a6a385a 100644 --- a/server/mpm/event/event.c +++ b/server/mpm/event/event.c @@ -630,7 +630,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. *