]> granicus.if.org Git - apache/commitdiff
s/a a/a/g
authorRich Bowen <rbowen@apache.org>
Thu, 9 Jul 2015 16:07:25 +0000 (16:07 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 9 Jul 2015 16:07:25 +0000 (16:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1690122 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mpmt_os2.xml
server/mpm/mpmt_os2/mpmt_os2.c

index c5fd0f17464aee2499a4d166615aece93e630787..8a54c881e3b9816e90215ecd54935e0419329e93 100644 (file)
@@ -37,7 +37,7 @@
     <directive module="mpm_common">StartServers</directive> processes
     accepting connections.</p>
 
-    <p>Each child process consists of 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
index ab1413ee41f31cd9ce56167380623b81e8864045..efd55f6539777c5e8e17db25fce9fa5108ea9b1b 100644 (file)
@@ -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 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