From: Mike Rumph Date: Tue, 13 May 2014 18:02:37 +0000 (+0000) Subject: Fix some comment typos X-Git-Tag: 2.2.28~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54737484f45c18a08f53e213a5c64fd0107c86ae;p=thirdparty%2Fapache%2Fhttpd.git Fix some comment typos git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1594310 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/beos/beos.c b/server/mpm/beos/beos.c index 70515ee0ec9..839318048dd 100644 --- a/server/mpm/beos/beos.c +++ b/server/mpm/beos/beos.c @@ -164,7 +164,7 @@ ap_generation_t volatile ap_my_generation = 0; * 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/experimental/event/event.c b/server/mpm/experimental/event/event.c index 7b2c4e1dcb6..3754469076e 100644 --- a/server/mpm/experimental/event/event.c +++ b/server/mpm/experimental/event/event.c @@ -404,7 +404,7 @@ ap_generation_t volatile ap_my_generation; * 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 edf33fc5c45..2f414c813f8 100644 --- a/server/mpm/worker/worker.c +++ b/server/mpm/worker/worker.c @@ -375,7 +375,7 @@ ap_generation_t volatile ap_my_generation; * 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. *