From 6bd17d8c928d6bbc41e93d4f2743065211dce3de Mon Sep 17 00:00:00 2001
From: Christophe Jaillet
Date: Sun, 18 May 2014 08:38:24 +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/trunk@1595575 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 efcad9b58d..74ffe17d5b 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 83f881d8c7..d027fac8cc 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]" -->
--
2.50.1