You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by br...@apache.org on 2003/09/24 00:28:52 UTC

cvs commit: apr/include apr_errno.h

brane       2003/09/23 15:28:52

  Modified:    include  apr_errno.h
  Log:
  Fixed my own typo from way back when.
  
  Revision  Changes    Path
  1.113     +1 -1      apr/include/apr_errno.h
  
  Index: apr_errno.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_errno.h,v
  retrieving revision 1.112
  retrieving revision 1.113
  diff -u -r1.112 -r1.113
  --- apr_errno.h	5 Mar 2003 21:22:25 -0000	1.112
  +++ apr_errno.h	23 Sep 2003 22:28:52 -0000	1.113
  @@ -314,7 +314,7 @@
    * @warning For any particular error condition, more than one of these tests
    *      may match. This is because platform-specific error codes may not
    *      always match the semantics of the POSIX codes these tests (and the
  - *      correcponding APR error codes) are named after. A notable example
  + *      corresponding APR error codes) are named after. A notable example
    *      are the APR_STATUS_IS_ENOENT and APR_STATUS_IS_ENOTDIR tests on
    *      Win32 platforms. The programmer should always be aware of this and
    *      adjust the order of the tests accordingly.