]> granicus.if.org Git - apache/commitdiff
Fix typos and grammar.
authorJoshua Slive <slive@apache.org>
Tue, 24 Oct 2000 01:11:59 +0000 (01:11 +0000)
committerJoshua Slive <slive@apache.org>
Tue, 24 Oct 2000 01:11:59 +0000 (01:11 +0000)
Submitted by: Chris Pepper@mail.reppep.com

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86728 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html

index e463ba45326dc992908b2860fae749c909c5f012..f8a8a1e6a1a6d8a7af258f15aabecbeb2aec1157 100644 (file)
@@ -1325,7 +1325,7 @@ latency times for HTML documents with many images.</p>
 to <code>On</code>.</li>
 <li>The client must support Keep-Alive requests.  Most current
 clients do support Keep-Alive requests.</li>
-<li>The length of the file must be know in advance.  This means that most 
+<li>The length of the file must be known in advance.  This means that most 
 CGI scripts, server-parsed pages (SSI), and server-generated directory 
 listings, will not use the Keep-Alive protocol.</li>
 </ul>
@@ -1365,7 +1365,7 @@ HREF="#timeout"><CODE>Timeout</CODE></A> directive applies.</p>
 
 <p>Setting <code>KeepAliveTimeout</code> to a high value may
 cause performance problems in heavily loaded servers.  The
-higher is the timeout, the more server processes will be kept
+higher the timeout, the more server processes will be kept
 occupied waiting on connections with idle clients.</p>