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

docs/manual/expr.xml

index 8385c5d25e02cff9464ee763a923d107d8272491..c75c967ba13b517083999d101fc331264e3b038e 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>