trawick 2002/10/16 04:47:53
Modified: . CHANGES
Log:
fix a mispelling in a recent change entry
Revision Changes Path
1.345 +1 -1 apr/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr/CHANGES,v
retrieving revision 1.344
retrieving revision 1.345
diff -u -r1.344 -r1.345
--- CHANGES 16 Oct 2002 11:46:14 -0000 1.344
+++ CHANGES 16 Oct 2002 11:47:53 -0000 1.345
@@ -6,7 +6,7 @@
*) Don't use whitespace before preprocessor directives in the configure
logic. Such whitespace breaks with some older preprocessors; a
particularly nasty break occurs on Tru64 4.0f where APR_CHECK_DEFINE
- will always suceed. [Joe Orton <[EMAIL PROTECTED]>]
+ will always succeed. [Joe Orton <[EMAIL PROTECTED]>]
*) Add APR_IPV4_ADDR_OK flag to apr_sockaddr_info_get() to allow
apps to avoid lookup of IPv6 address if IPv4 address is sufficient.