trawick     01/05/04 10:35:49

  Modified:    include  apr_thread_proc.h
  Log:
  fix a typo in a comment
  
  Revision  Changes    Path
  1.63      +1 -1      apr/include/apr_thread_proc.h
  
  Index: apr_thread_proc.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_thread_proc.h,v
  retrieving revision 1.62
  retrieving revision 1.63
  diff -u -r1.62 -r1.63
  --- apr_thread_proc.h 2001/04/12 18:46:32     1.62
  +++ apr_thread_proc.h 2001/05/04 17:35:44     1.63
  @@ -508,7 +508,7 @@
   
   /**
    * Register an other_child -- a child which must be kept track of so 
  - * that the program knows when it has dies or disappeared.
  + * that the program knows when it has died or disappeared.
    * @param pid pid is the pid of the child.
    * @param maintenance maintenance is a function that is invoked with a 
    *                    reason and the data pointer passed here.
  
  
  

Reply via email to