From bbcb9e19190046363c8582b6f6b89531115a2820 Mon Sep 17 00:00:00 2001
From: Christophe Jaillet
Date: Sun, 18 May 2014 08:39:27 +0000
Subject: [PATCH] Fix typo as spotted in a comment in online doc by JPKole
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1595576 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_include.html.en | 2 +-
docs/manual/mod/mod_include.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/manual/mod/mod_include.html.en b/docs/manual/mod/mod_include.html.en
index 3a70dd72f6..8022273683 100644
--- a/docs/manual/mod/mod_include.html.en
+++ b/docs/manual/mod/mod_include.html.en
@@ -171,7 +171,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 104f862347..2fe94d98a1 100644
--- a/docs/manual/mod/mod_include.xml
+++ b/docs/manual/mod/mod_include.xml
@@ -147,7 +147,7 @@ AddOutputFilter INCLUDES .shtml
module="mod_include">SSIUndefinedEcho directives.
- <!--#config errmsg="[Value Undefined]" -->
+ <!--#config echomsg="[Value Undefined]" -->
--
2.50.1