trawick     01/05/22 04:23:51

  Modified:    include  apr_strings.h
  Log:
  minor tweak to the doc of apr_tokenize_to_argv
  
  Revision  Changes    Path
  1.16      +1 -1      apr/include/apr_strings.h
  
  Index: apr_strings.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_strings.h,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- apr_strings.h     2001/05/16 05:30:52     1.15
  +++ apr_strings.h     2001/05/22 11:23:47     1.16
  @@ -210,7 +210,7 @@
   
   /**
    * Convert the arguments to a program from one string to an array of 
  - * strings term inated by a NULL
  + * strings terminated by a NULL pointer
    * @param str The arguments to convert
    * @param argv_out Output location.  This is a pointer to an array of 
strings.
    * @param token_context Pool to use.
  
  
  

Reply via email to