]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix some comment typos
authorMike Rumph <mrumph@apache.org>
Tue, 13 May 2014 18:02:37 +0000 (18:02 +0000)
committerMike Rumph <mrumph@apache.org>
Tue, 13 May 2014 18:02:37 +0000 (18:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1594310 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/beos/beos.c
server/mpm/experimental/event/event.c
server/mpm/worker/worker.c

index 70515ee0ec9afb7cbda4edbde65b31ec05a97f3a..839318048dd04db77050ba36cbc7b0ae7a93ad6d 100644 (file)
@@ -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.
  *
index 7b2c4e1dcb662724d7bb5ea39698bb35a9805e97..3754469076e3d17883662aa237351481143da031 100644 (file)
@@ -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.
  *
index edf33fc5c4576e3bf3dedc400f5b326ee677f6cf..2f414c813f873141c0afa23fe715a0b1d208d682 100644 (file)
@@ -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.
  *