]> 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:39:27 +0000 (08:39 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 18 May 2014 08:39:27 +0000 (08:39 +0000)
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
docs/manual/mod/mod_include.xml

index 3a70dd72f68c02b9612e84f8e63a11c2b505e7f3..80222736838b4a7c2e98685e979ddf8db417e1bc 100644 (file)
@@ -171,7 +171,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 104f86234720388255fe0aaf4dce8e52ea9a7f17..2fe94d98a191930e769fb21b2d586dd12a9c4e9c 100644 (file)
@@ -147,7 +147,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>