]> granicus.if.org Git - apache/commitdiff
fixes heml to html to make example work
authorJoshua Slive <slive@apache.org>
Tue, 9 Oct 2001 14:52:47 +0000 (14:52 +0000)
committerJoshua Slive <slive@apache.org>
Tue, 9 Oct 2001 14:52:47 +0000 (14:52 +0000)
Submitted by: Hartmut Obendorf <obendorf@informatik.uni-hamburg.de>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91385 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ext_filter.html

index 50afe50bb2b8e235aa2eef4d639261b00e4f1be1..98d2d1ebba890337e093ff4521e5166a7ee4052d 100644 (file)
@@ -80,7 +80,7 @@
     &lt;Directory "/export/home/trawick/apacheinst/htdocs/c"&gt;
 
     # core directive to cause the new filter to be run on output
-    SetOutputFilter c-to-heml
+    SetOutputFilter c-to-html
 
     # mod_mime directive to set the type of .c files to text/c
     AddType text/c .c