From: Rich Bowen Date: Thu, 14 Feb 2013 01:48:18 +0000 (+0000) Subject: Typo X-Git-Tag: 2.4.4~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=623a1ed59c9bd32175c3ce56731ed8829dc1ac96;p=apache Typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1446026 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index 8385c5d25e..c75c967ba1 100644 --- a/docs/manual/expr.xml +++ b/docs/manual/expr.xml @@ -56,9 +56,9 @@

Backus-Naur Form (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 expr. However, a few directives + For these, the starting point in the BNF is expr. However, a few directives like LogMessage accept expressions - that evaluate to a string value. For those, the starting boint in the BNF is string. + that evaluate to a string value. For those, the starting point in the BNF is string.