From: Nick Kew Date: Mon, 8 Sep 2008 14:49:09 +0000 (+0000) Subject: Typo fix X-Git-Tag: 2.3.0~319 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e0f8c91c7b1e6f20254edd53fc202966f7f281f;p=apache Typo fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@693113 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_sed.xml b/docs/manual/mod/mod_sed.xml index e7797ba614..854b1c5ef7 100644 --- a/docs/manual/mod/mod_sed.xml +++ b/docs/manual/mod/mod_sed.xml @@ -110,8 +110,8 @@ the author's blog.

<Directory "/var/www/docs/sed">
AddInputFilter Sed php
- OutputSed "s/monday/MON/g"
- OutputSed "s/sunday/SUN/g"
+ InputSed "s/monday/MON/g"
+ InputSed "s/sunday/SUN/g"
</Directory>