You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2013/02/14 02:48:19 UTC

svn commit: r1446026 - /httpd/httpd/branches/2.4.x/docs/manual/expr.xml

Author: rbowen
Date: Thu Feb 14 01:48:18 2013
New Revision: 1446026

URL: http://svn.apache.org/r1446026
Log:
Typo

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/expr.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/expr.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/expr.xml?rev=1446026&r1=1446025&r2=1446026&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/expr.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/expr.xml Thu Feb 14 01:48:18 2013
@@ -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>