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
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>
<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>