<p>The MaxKeepAliveRequests directive limits the number of requests
allowed per connection when <a href="#keepalive">KeepAlive</a> is
on. If it is set to "<code>0</code>", unlimited requests will be
-allowed. We reccomend that this setting is kept to a high value, for
+allowed. We recommend that this setting be kept to a high value for
maximum server peformance.
<A name="maxrequestsperchild"><h2>MaxRequestsPerChild directive</h2></A>
Normally, if multiple <code>Options</code> could apply to a directory,
then the most specific one is taken complete; the options are not
merged. However if <i>all</i> the options on the <code>Options</code>
-directive are preceeded by a + or - symbol, the options are
-merged. Any options preceeded by a + are added to the options
-currently in force, and any options preceeded by a - are removed from
+directive are preceded by a + or - symbol, the options are
+merged. Any options preceded by a + are added to the options
+currently in force, and any options preceded by a - are removed from
the options currently in force. <P>
For example, without any + and - symbols: