From 2e7e9bf403475ca06d02504d0c93bd95aed16ad9 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Mon, 29 Oct 2012 20:42:43 +0000 Subject: [PATCH] fix cut'n'paste error git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1403492 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/expr.html.en | 2 +- docs/manual/expr.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/expr.html.en b/docs/manual/expr.html.en index be221c0ce6d..e26b03c4f10 100644 --- a/docs/manual/expr.html.en +++ b/docs/manual/expr.html.en @@ -55,7 +55,7 @@ In most cases, expressions are used to express boolean values. For these, the starting boint 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 code. + that evaluate to a string value. For those, the starting boint in the BNF is string.

diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml
index 508d9d4b852..41bf6462b9e 100644
--- a/docs/manual/expr.xml
+++ b/docs/manual/expr.xml
@@ -58,7 +58,7 @@
       In most cases, expressions are used to express boolean values.
       For these, the starting boint 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 code.
+      that evaluate to a string value. For those, the starting boint in the BNF is string.
       

-- 
2.47.3