]> granicus.if.org Git - apache/commitdiff
Fix some comment typos
authorMike Rumph <mrumph@apache.org>
Tue, 13 May 2014 17:50:39 +0000 (17:50 +0000)
committerMike Rumph <mrumph@apache.org>
Tue, 13 May 2014 17:50:39 +0000 (17:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1594301 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/event/event.c
server/mpm/eventopt/eventopt.c
server/mpm/worker/worker.c

index 7eb83cb032034a83d37d655fe476af5510bf6650..ae247cd13c68229a62580ed0ef7a52e05b795590 100644 (file)
@@ -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.
  *
index 318d11149fa25c529d8f58f0e9b43616e2201972..ed36e2629bb58e06b6ae3e11ae30a3498c3620a9 100644 (file)
@@ -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.
  *
index 85b7adb0da3cf722d47e0d3539a0197b6b231e10..408d317650e2cd1c8638bac88e24848ca83f92d1 100644 (file)
@@ -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.
  *