]> granicus.if.org Git - apache/commitdiff
Typo fix
authorNick Kew <niq@apache.org>
Mon, 8 Sep 2008 14:49:09 +0000 (14:49 +0000)
committerNick Kew <niq@apache.org>
Mon, 8 Sep 2008 14:49:09 +0000 (14:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@693113 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_sed.xml

index e7797ba614e8fee227657ddfae866b160ae09949..854b1c5ef70be9ce9d38bdb7c8d5db181ae0b2d9 100644 (file)
@@ -110,8 +110,8 @@ the author's blog</a>.</p>
         &lt;Directory "/var/www/docs/sed"&gt; <br />
            <indent>
            AddInputFilter Sed php <br />
-           OutputSed "s/monday/MON/g" <br />
-           OutputSed "s/sunday/SUN/g" <br />
+           InputSed "s/monday/MON/g" <br />
+           InputSed "s/sunday/SUN/g" <br />
            </indent>
         &lt;/Directory&gt; <br />
         </indent>