]> granicus.if.org Git - apache/commitdiff
Typos...
authorErik Abele <erikabele@apache.org>
Sun, 31 Aug 2003 18:01:25 +0000 (18:01 +0000)
committerErik Abele <erikabele@apache.org>
Sun, 31 Aug 2003 18:01:25 +0000 (18:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101143 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_include.html.en
docs/manual/mod/mod_include.xml

index cd9822addda37162825bd919dc51f83724e19ff8..8ab308e5954900836ae47655470c26cdf4aac1dc 100644 (file)
       <ul>
       <li>Expressions are evaluated from left to right</li>
       <li>Binary boolean operators (<code>&amp;&amp;</code> and <code>||</code>)
-          are short circuited whereever possible. In conclusion with the rule
+          are short circuited wherever possible. In conclusion with the rule
           above that means, <code class="module"><a href="../mod/mod_include.html">mod_include</a></code> evaluates at first
-          the left expression. If the left result if sufficient to determine
+          the left expression. If the left result is sufficient to determine
           the end result, processing stops here. Otherwise it evaluates the
           right side and computes the end result from both left and right
           results.</li>
index 39023a67b029032a7c8b88277325c323ebc20370..690b5c6d14c8bcfc7d28678c646bd4b4755e3339 100644 (file)
       <ul>
       <li>Expressions are evaluated from left to right</li>
       <li>Binary boolean operators (<code>&amp;&amp;</code> and <code>||</code>)
-          are short circuited whereever possible. In conclusion with the rule
+          are short circuited wherever possible. In conclusion with the rule
           above that means, <module>mod_include</module> evaluates at first
-          the left expression. If the left result if sufficient to determine
+          the left expression. If the left result is sufficient to determine
           the end result, processing stops here. Otherwise it evaluates the
           right side and computes the end result from both left and right
           results.</li>