You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jw...@apache.org on 2002/06/03 23:48:28 UTC

cvs commit: apr/include apr_tables.h

jwoolley    2002/06/03 14:48:28

  Modified:    include  apr_tables.h
  Log:
  it's amazing the typos one can catch when one actually reads the docs. :)
  
  Revision  Changes    Path
  1.27      +1 -1      apr/include/apr_tables.h
  
  Index: apr_tables.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_tables.h,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -d -u -r1.26 -r1.27
  --- apr_tables.h	13 Mar 2002 20:39:15 -0000	1.26
  +++ apr_tables.h	3 Jun 2002 21:48:28 -0000	1.27
  @@ -145,7 +145,7 @@
   /**
    * Determine if the table is empty
    * @param t The table to check
  - * @return True if empty, Falso otherwise
  + * @return True if empty, False otherwise
    */
   #define apr_is_empty_table(t) (((t) == NULL) \
                                  || (((apr_array_header_t *)(t))->nelts == 0))