stas        2003/01/28 19:51:42

  Modified:    src/docs/2.0/api/Apache Directive.pod
  Log:
  spel
  
  Revision  Changes    Path
  1.2       +2 -2      modperl-docs/src/docs/2.0/api/Apache/Directive.pod
  
  Index: Directive.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/Directive.pod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Directive.pod     29 Jan 2003 03:40:39 -0000      1.1
  +++ Directive.pod     29 Jan 2003 03:51:42 -0000      1.2
  @@ -45,7 +45,7 @@
   internal Apache configuration.
   
   Internally, this information is stored in a tree structure. Each node
  -in the tree has a reference to it's parent (if it's not the root), its
  +in the tree has a reference to its parent (if it's not the root), its
   first child (if any), and to its next sibling.
   
   =head1 Class Methods
  @@ -68,7 +68,7 @@
   
     $node = $node->next;
   
  -Returns the next sibbling of C<$node>, C<undef> otherwise
  +Returns the next sibling of C<$node>, C<undef> otherwise
   
   =head2 C<first_child()>
   
  
  
  

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

Reply via email to