You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2003/09/26 21:44:44 UTC

cvs commit: modperl-docs/src/docs/2.0/api/Apache Filter.pod

stas        2003/09/26 12:44:44

  Modified:    src/docs/2.0/api/Apache Filter.pod
  Log:
  typo fix
  Submitted by:	Finn Hakansson <fi...@df.lth.se>
  
  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: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org