]> granicus.if.org Git - apache/commitdiff
Fix typo as spotted in a comment in online doc by JPKole
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 18 May 2014 08:38:24 +0000 (08:38 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 18 May 2014 08:38:24 +0000 (08:38 +0000)
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
docs/manual/mod/mod_include.xml

index efcad9b58dea75e677cd357e559b74f89b29fbe7..74ffe17d5b18c94ef169a872cf5e6cbc0a737156 100644 (file)
@@ -169,7 +169,7 @@ AddOutputFilter INCLUDES .shtml</pre>
       attempts to echo an undefined variable. This overrides any <code class="directive"><a href="#ssiundefinedecho">SSIUndefinedEcho</a></code> directives.</p>
 
       <div class="example"><p><code>
-        &lt;!--#config errmsg="[Value Undefined]" --&gt;
+        &lt;!--#config echomsg="[Value Undefined]" --&gt;
       </code></p></div>
       </dd>
 
index 83f881d8c7529efe3b4c18d762ca40d0c222267c..d027fac8cc38952704addfef078f829545c9df90 100644 (file)
@@ -146,7 +146,7 @@ AddOutputFilter INCLUDES .shtml
       module="mod_include">SSIUndefinedEcho</directive> directives.</p>
 
       <example>
-        &lt;!--#config errmsg="[Value Undefined]" --&gt;
+        &lt;!--#config echomsg="[Value Undefined]" --&gt;
       </example>
       </dd>