jerenkrantz    02/05/29 15:35:28

  Modified:    include  apr_buckets.h
  Log:
  We the grammar police.
  
  Revision  Changes    Path
  1.139     +2 -2      apr-util/include/apr_buckets.h
  
  Index: apr_buckets.h
  ===================================================================
  RCS file: /home/cvs/apr-util/include/apr_buckets.h,v
  retrieving revision 1.138
  retrieving revision 1.139
  diff -u -r1.138 -r1.139
  --- apr_buckets.h     23 May 2002 21:34:27 -0000      1.138
  +++ apr_buckets.h     29 May 2002 22:35:27 -0000      1.139
  @@ -779,7 +779,7 @@
                                                  va_list va);
   
   /**
  - * This function writes an string into a bucket brigade.
  + * This function writes a string into a bucket brigade.
    * @param b The bucket brigade to add to
    * @param flush The flush function to use if the brigade is full
    * @param ctx The structure to pass to the flush function
  @@ -792,7 +792,7 @@
                                               const char *str, apr_size_t 
nbyte);
   
   /**
  - * This function writes an string into a bucket brigade.
  + * This function writes a string into a bucket brigade.
    * @param bb The bucket brigade to add to
    * @param flush The flush function to use if the brigade is full
    * @param ctx The structure to pass to the flush function
  
  
  

Reply via email to