aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-10-18 12:59:02 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-10-18 12:59:02 +0000
commit1cddd744ade9bbd9779b7320a1cd24696b722e2f (patch)
tree8bdad957cfa4c2749715f0e01e632bd8ea68d732
parent786738dd00a23a7e7c808f7695317fceafb663ea (diff)
Tor's spell fixes
-rw-r--r--ares/setup_once.h2
-rw-r--r--lib/setup_once.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/ares/setup_once.h b/ares/setup_once.h
index 15ad56395..7e373d69b 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 9c00fd637..52e12a5be 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)))