]> granicus.if.org Git - apache/commitdiff
Typo
authorRich Bowen <rbowen@apache.org>
Thu, 14 Feb 2013 01:48:29 +0000 (01:48 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 14 Feb 2013 01:48:29 +0000 (01:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1446027 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/expr.xml

index 058cc1537b581214b815bb8554cd833e39038288..f537e852b3de59baf9b3045282a885d9a414b321 100644 (file)
@@ -56,9 +56,9 @@
       <p><a href="http://en.wikipedia.org/wiki/Backus%E2%80%93Naur_Form">Backus-Naur Form</a> (BNF) is a notation
       technique for context-free grammars, often used to describe the syntax of languages used in computing.
       In most cases, expressions are used to express boolean values.
-      For these, the starting boint in the BNF is <code>expr</code>. However, a few directives
+      For these, the starting point in the BNF is <code>expr</code>. However, a few directives
       like <directive module="mod_log_debug">LogMessage</directive> accept expressions
-      that evaluate to a string value. For those, the starting boint in the BNF is <code>string</code>.
+      that evaluate to a string value. For those, the starting point in the BNF is <code>string</code>.
       </p>
 <blockquote>
 <pre>