]> granicus.if.org Git - apache/commitdiff
Merge r1324697 from trunk:
authorDaniel Gruno <humbedooh@apache.org>
Fri, 20 Apr 2012 11:33:28 +0000 (11:33 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Fri, 20 Apr 2012 11:33:28 +0000 (11:33 +0000)
Be consistent with *s' usage. Thank you, the oatmeal.
Submitted by: igalic

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1328329 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_lbmethod_byrequests.xml
docs/manual/mod/mpmt_os2.xml

index a9a718153b93956037951fe5c3e4daf50d29e1f1..41be7d0e7a75788b933d59cd603878b04ed48810 100644 (file)
@@ -46,7 +46,7 @@ provides the <code>byrequests</code> load balancing method..</p>
     of the number of requests. It works as follows:</p>
 
     <p><dfn>lbfactor</dfn> is <em>how much we expect this worker
-    to work</em>, or <em>the workers's work quota</em>. This is
+    to work</em>, or <em>the workers' work quota</em>. This is
     a normalized value representing their "share" of the amount of
     work to be done.</p>
 
index 63a41290ef17250019305ebee2c133d433749520..e4f70e889084dcd621305c1fdb0a2b902efb83a5 100644 (file)
@@ -32,7 +32,7 @@
     <p>The Server consists of a main, parent process and a small, static
     number of child processes.</p>
 
-    <p>The parent process's job is to manage the child processes. This
+    <p>The parent process' job is to manage the child processes. This
     involves spawning children as required to ensure there are always
     <directive module="mpm_common">StartServers</directive> processes
     accepting connections.</p>