From: Jeff Trawick Date: Fri, 2 Aug 2002 11:18:19 +0000 (+0000) Subject: fix a spelling error X-Git-Tag: 2.0.40~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe478190e4c038ee8e734718f83d269cca60df47;p=thirdparty%2Fapache%2Fhttpd.git fix a spelling error git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96292 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ext_filter.html.en b/docs/manual/mod/mod_ext_filter.html.en index 2cd02d48917..73d99f6dc26 100644 --- a/docs/manual/mod/mod_ext_filter.html.en +++ b/docs/manual/mod/mod_ext_filter.html.en @@ -129,7 +129,7 @@

Tracing another filter

-  # Trace the data read and written by mod_deflate for a particuar
+  # Trace the data read and written by mod_deflate for a particular
   # client (IP 192.168.1.31) experiencing compression problems.
   # This filter will trace what goes into mod_deflate.
   ExtFilterDefine tracebefore cmd="/bin/tracefilter.pl /tmp/tracebefore" \
diff --git a/docs/manual/mod/mod_ext_filter.xml b/docs/manual/mod/mod_ext_filter.xml
index 970d84bb688..cd810c6e099 100644
--- a/docs/manual/mod/mod_ext_filter.xml
+++ b/docs/manual/mod/mod_ext_filter.xml
@@ -135,7 +135,7 @@
 
Tracing another filter
-  # Trace the data read and written by mod_deflate for a particuar
+  # Trace the data read and written by mod_deflate for a particular
   # client (IP 192.168.1.31) experiencing compression problems.
   # This filter will trace what goes into mod_deflate.
   ExtFilterDefine tracebefore cmd="/bin/tracefilter.pl /tmp/tracebefore" \