You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2015/07/09 18:07:25 UTC

svn commit: r1690122 - in /httpd/httpd/trunk: docs/manual/mod/mpmt_os2.xml server/mpm/mpmt_os2/mpmt_os2.c

Author: rbowen
Date: Thu Jul  9 16:07:25 2015
New Revision: 1690122

URL: http://svn.apache.org/r1690122
Log:
s/a a/a/g

Modified:
    httpd/httpd/trunk/docs/manual/mod/mpmt_os2.xml
    httpd/httpd/trunk/server/mpm/mpmt_os2/mpmt_os2.c

Modified: httpd/httpd/trunk/docs/manual/mod/mpmt_os2.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mpmt_os2.xml?rev=1690122&r1=1690121&r2=1690122&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mpmt_os2.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mpmt_os2.xml Thu Jul  9 16:07:25 2015
@@ -37,7 +37,7 @@
     <directive module="mpm_common">StartServers</directive> processes
     accepting connections.</p>
 
-    <p>Each child process consists of a a pool of worker threads and a
+    <p>Each child process consists of a pool of worker threads and a
     main thread that accepts connections and passes them to the workers via
     a work queue. The worker thread pool is dynamic, managed by a
     maintenance thread so that the number of idle threads is kept between

Modified: httpd/httpd/trunk/server/mpm/mpmt_os2/mpmt_os2.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/mpmt_os2/mpmt_os2.c?rev=1690122&r1=1690121&r2=1690122&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/mpmt_os2/mpmt_os2.c (original)
+++ httpd/httpd/trunk/server/mpm/mpmt_os2/mpmt_os2.c Thu Jul  9 16:07:25 2015
@@ -24,7 +24,7 @@
  * spawning children as required to ensure there are always ap_daemons_to_start
  * processes accepting connections.
  *
- * Each child process consists of a a pool of worker threads and a
+ * Each child process consists of a pool of worker threads and a
  * main thread that accepts connections & passes them to the workers via
  * a work queue. The worker thread pool is dynamic, managed by a maintanence
  * thread so that the number of idle threads is kept between