Commit 1cddd744 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Tor's spell fixes

parent 786738dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)))
+1 −1
Original line number Diff line number Diff line
@@ -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)))