You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Mike Rumph <mi...@oracle.com> on 2014/05/13 21:27:32 UTC

Re: svn commit: r1594301 - in /httpd/httpd/trunk/server/mpm: event/event.c eventopt/eventopt.c worker/worker.c

s/appropiate/appropriate/

This could also be fixed in APR, if someone with APR commit access has a 
few idle minutes.

Thanks,

Mike Rumph


On 5/13/2014 10:50 AM, mrumph@apache.org wrote:
> Author: mrumph
> Date: Tue May 13 17:50:39 2014
> New Revision: 1594301
>
> URL: http://svn.apache.org/r1594301
> Log:
> Fix some comment typos
>
> Modified:
>      httpd/httpd/trunk/server/mpm/event/event.c
>      httpd/httpd/trunk/server/mpm/eventopt/eventopt.c
>      httpd/httpd/trunk/server/mpm/worker/worker.c
>
> Modified: httpd/httpd/trunk/server/mpm/event/event.c
> URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/event/event.c?rev=1594301&r1=1594300&r2=1594301&view=diff
> ==============================================================================
> --- httpd/httpd/trunk/server/mpm/event/event.c (original)
> +++ httpd/httpd/trunk/server/mpm/event/event.c Tue May 13 17:50:39 2014
> @@ -664,7 +664,7 @@ static apr_status_t decrement_connection
>    * 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.
>    *
>
> Modified: httpd/httpd/trunk/server/mpm/eventopt/eventopt.c
> URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/eventopt/eventopt.c?rev=1594301&r1=1594300&r2=1594301&view=diff
> ==============================================================================
> --- httpd/httpd/trunk/server/mpm/eventopt/eventopt.c (original)
> +++ httpd/httpd/trunk/server/mpm/eventopt/eventopt.c Tue May 13 17:50:39 2014
> @@ -651,7 +651,7 @@ static apr_status_t decrement_connection
>    * 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.
>    *
>
> Modified: httpd/httpd/trunk/server/mpm/worker/worker.c
> URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/worker/worker.c?rev=1594301&r1=1594300&r2=1594301&view=diff
> ==============================================================================
> --- httpd/httpd/trunk/server/mpm/worker/worker.c (original)
> +++ httpd/httpd/trunk/server/mpm/worker/worker.c Tue May 13 17:50:39 2014
> @@ -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.
>    *
>
>
>
>