From: Richard Bowen Date: Thu, 14 Feb 2013 01:48:29 +0000 (+0000) Subject: Typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c701371b47e53319545db598faf6d9286c8dafb;p=thirdparty%2Fapache%2Fhttpd.git Typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1446027 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index 058cc1537b5..f537e852b3d 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.