]> granicus.if.org Git - curl/commitdiff
Tor's spell fixes
authorDaniel Stenberg <daniel@haxx.se>
Wed, 18 Oct 2006 12:59:02 +0000 (12:59 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 18 Oct 2006 12:59:02 +0000 (12:59 +0000)
ares/setup_once.h
lib/setup_once.h

index 15ad563956a860919dfc57b489aa9cabf880807e..7e373d69b3d2b5d879c49f2054d4e6cb44cca24b 100644 (file)
 
 /*
  * 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)))
index 9c00fd6377305d4590440ddb594cdbc909a32646..52e12a5be0a103ccbc93bdd1697aaca3af2cf08f 100644 (file)
 
 /*
  * 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)))