From 264c582bde3afba10a93c266fc1e54668fd1d018 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Fri, 2 Aug 2002 11:18:19 +0000 Subject: [PATCH] fix a spelling error git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96292 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_ext_filter.html.en | 2 +- docs/manual/mod/mod_ext_filter.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_ext_filter.html.en b/docs/manual/mod/mod_ext_filter.html.en index 2cd02d4891..73d99f6dc2 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 970d84bb68..cd810c6e09 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" \
-- 
2.50.1