From: Christophe Jaillet
Date: Sun, 18 May 2014 08:38:24 +0000 (+0000)
Subject: Fix typo as spotted in a comment in online doc by JPKole
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96bd2b63573b0eaa1f00a3ef27b83688f04b852f;p=thirdparty%2Fapache%2Fhttpd.git
Fix typo as spotted in a comment in online doc by JPKole
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1595575 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_include.html.en b/docs/manual/mod/mod_include.html.en
index efcad9b58de..74ffe17d5b1 100644
--- a/docs/manual/mod/mod_include.html.en
+++ b/docs/manual/mod/mod_include.html.en
@@ -169,7 +169,7 @@ AddOutputFilter INCLUDES .shtml
attempts to echo an undefined variable. This overrides any SSIUndefinedEcho directives.
- <!--#config errmsg="[Value Undefined]" -->
+ <!--#config echomsg="[Value Undefined]" -->
diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml
index 83f881d8c75..d027fac8cc3 100644
--- a/docs/manual/mod/mod_include.xml
+++ b/docs/manual/mod/mod_include.xml
@@ -146,7 +146,7 @@ AddOutputFilter INCLUDES .shtml
module="mod_include">SSIUndefinedEcho directives.
- <!--#config errmsg="[Value Undefined]" -->
+ <!--#config echomsg="[Value Undefined]" -->