stas        2003/09/26 12:44:44

  Modified:    src/docs/2.0/api/Apache Filter.pod
  Log:
  typo fix
  Submitted by: Finn Hakansson <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.6       +1 -1      modperl-docs/src/docs/2.0/api/Apache/Filter.pod
  
  Index: Filter.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/Filter.pod,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -u -r1.5 -r1.6
  --- Filter.pod        27 Aug 2003 04:52:39 -0000      1.5
  +++ Filter.pod        26 Sep 2003 19:44:44 -0000      1.6
  @@ -30,7 +30,7 @@
   =head2 C<ctx>
   
   A filter context is created before the filter is called for the first
  -time and its destroyed at the end of the request. The context is
  +time and it's destroyed at the end of the request. The context is
   preserved between filter invocations of the same request. So if a
   filter needs to store some data between invocations it should use the
   filter context for that.  The filter context is initialized with the
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to