]> granicus.if.org Git - apache/commitdiff
Typo
authorMartin Kraemer <martin@apache.org>
Fri, 20 Mar 1998 11:11:04 +0000 (11:11 +0000)
committerMartin Kraemer <martin@apache.org>
Fri, 20 Mar 1998 11:11:04 +0000 (11:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80608 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.html
docs/manual/mod/mod_rewrite.html

index 7939cd6f464891b6f01f2dc77131c388fc8da148..7bd269a6f49f1cef6be1eceb1b1124c252ac8580 100644 (file)
@@ -355,7 +355,7 @@ Apache 1.3 and later.<P>
 
 The ProxyReceiveBufferSize directive specifies an explicit network buffer size
 for outgoing HTTP and FTP connections, for increased throughput.  It has to be
-greater then 512 or set to 0 to indicate that the systems default buffer size
+greater than 512 or set to 0 to indicate that the system's default buffer size
 should be used. 
 
 <P>
index fe54a2bc22e1ddabba1f6ea42cc68c0f6a552956..71e6bd5aee0e90b8ba3c6001c1e1d45e9dbcfb9a 100644 (file)
@@ -1017,12 +1017,12 @@ regular expression strings you can also use one of the following:
 <LI>'<STRONG>&lt;CondPattern</STRONG>' (is lexicographically lower)<BR>
 Treats the <EM>CondPattern</EM> as a plain string and compares it
 lexicographically to <EM>TestString</EM> and results in a true expression if
-<EM>TestString</EM> is lexicographically lower then <EM>CondPattern</EM>.
+<EM>TestString</EM> is lexicographically lower than <EM>CondPattern</EM>.
 <P>
 <LI>'<STRONG>&gt;CondPattern</STRONG>' (is lexicographically greater)<BR>
 Treats the <EM>CondPattern</EM> as a plain string and compares it
 lexicographically to <EM>TestString</EM> and results in a true expression if
-<EM>TestString</EM> is lexicographically greater then <EM>CondPattern</EM>.
+<EM>TestString</EM> is lexicographically greater than <EM>CondPattern</EM>.
 <P>
 <LI>'<STRONG>=CondPattern</STRONG>' (is lexicographically equal)<BR>
 Treats the <EM>CondPattern</EM> as a plain string and compares it
@@ -1042,7 +1042,7 @@ tests if it exists and is a regular file.
 <P>
 <LI>'<STRONG>-s</STRONG>' (is regular file with <STRONG>s</STRONG>ize)<BR>
 Treats the <EM>TestString</EM> as a pathname and
-tests if it exists and is a regular file with size greater then zero.
+tests if it exists and is a regular file with size greater than zero.
 <P>
 <LI>'<STRONG>-l</STRONG>' (is symbolic <STRONG>l</STRONG>ink)<BR>
 Treats the <EM>TestString</EM> as a pathname and