From: Daniel Stenberg Date: Wed, 18 Oct 2006 12:59:02 +0000 (+0000) Subject: Tor's spell fixes X-Git-Tag: curl-7_16_0~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cddd744ade9bbd9779b7320a1cd24696b722e2f;p=thirdparty%2Fcurl.git Tor's spell fixes --- diff --git a/ares/setup_once.h b/ares/setup_once.h index 15ad563956..7e373d69b3 100644 --- a/ares/setup_once.h +++ b/ares/setup_once.h @@ -117,7 +117,7 @@ /* * Uppercase macro versions of ANSI/ISO is*() functions/macros which - * avoid negative number inputs whith argument byte codes > 127. + * avoid negative number inputs with argument byte codes > 127. */ #define ISSPACE(x) (isspace((int) ((unsigned char)x))) diff --git a/lib/setup_once.h b/lib/setup_once.h index 9c00fd6377..52e12a5be0 100644 --- a/lib/setup_once.h +++ b/lib/setup_once.h @@ -124,7 +124,7 @@ /* * Uppercase macro versions of ANSI/ISO is*() functions/macros which - * avoid negative number inputs whith argument byte codes > 127. + * avoid negative number inputs with argument byte codes > 127. */ #define ISSPACE(x) (isspace((int) ((unsigned char)x)))