You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yo...@apache.org on 2002/07/09 13:24:46 UTC

cvs commit: httpd-2.0/docs/manual/developer modules.html

yoshiki     2002/07/09 04:24:46

  Modified:    docs/manual/developer modules.html
  Log:
  Grammer police.
  
  Revision  Changes    Path
  1.7       +1 -1      httpd-2.0/docs/manual/developer/modules.html
  
  Index: modules.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/developer/modules.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- modules.html	22 Sep 2001 19:12:40 -0000	1.6
  +++ modules.html	9 Jul 2002 11:24:46 -0000	1.7
  @@ -108,7 +108,7 @@
       </ul>
   
       <p>To define the position you use the position and then modify
  -    it with the predecessors and successors. each of the modifiers
  +    it with the predecessors and successors. Each of the modifiers
       can be a list of functions that should be called, either before
       the function is run (predecessors) or after the function has
       run (successors).</p>