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

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

index 9bcad5c38ebf8b023310162808ba9964dcf9562e..1c5a6a385a616f8f97c8f67e25ccc203145530bc 100644 (file)
@@ -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.
  *
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.
  *