You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2003/02/04 21:10:37 UTC

cvs commit: apr/include apr_thread_proc.h

trawick     2003/02/04 12:10:36

  Modified:    include  apr_thread_proc.h
  Log:
  fix a typo in a comment
  
  Revision  Changes    Path
  1.90      +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.89
  retrieving revision 1.90
  diff -u -r1.89 -r1.90
  --- apr_thread_proc.h	1 Jan 2003 00:01:46 -0000	1.89
  +++ apr_thread_proc.h	4 Feb 2003 20:10:34 -0000	1.90
  @@ -462,7 +462,7 @@
                                                     apr_cmdtype_e cmd);
   
   /**
  - * Determine if the chlid should start in detached state.
  + * Determine if the child should start in detached state.
    * @param attr The procattr we care about. 
    * @param detach Should the child start in detached state?  Default is no. 
    */