You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2002/08/02 13:18:19 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_ext_filter.html.en mod_ext_filter.xml

trawick     2002/08/02 04:18:19

  Modified:    docs/manual/mod mod_ext_filter.html.en mod_ext_filter.xml
  Log:
  fix a spelling error
  
  Revision  Changes    Path
  1.8       +1 -1      httpd-2.0/docs/manual/mod/mod_ext_filter.html.en
  
  Index: mod_ext_filter.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_ext_filter.html.en,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- mod_ext_filter.html.en	2 Aug 2002 04:35:22 -0000	1.7
  +++ mod_ext_filter.html.en	2 Aug 2002 11:18:19 -0000	1.8
  @@ -129,7 +129,7 @@
   <h3>Tracing another filter</h3>
   <blockquote><table cellpadding="10"><tr><td bgcolor="#eeeeee"><code>
   <pre>
  -  # 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" \
  
  
  
  1.6       +1 -1      httpd-2.0/docs/manual/mod/mod_ext_filter.xml
  
  Index: mod_ext_filter.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_ext_filter.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- mod_ext_filter.xml	1 Aug 2002 23:26:43 -0000	1.5
  +++ mod_ext_filter.xml	2 Aug 2002 11:18:19 -0000	1.6
  @@ -135,7 +135,7 @@
   <section><title>Tracing another filter</title>
   <example>
   <pre>
  -  # 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" \