cURL / Mailing Lists / curl-library / Single Mail

curl-library

[PATCH] Small spellfix for comments

From: Tor Arntsen <tor_at_spacetec.no>
Date: Wed, 18 Oct 2006 13:48:41 +0200

Tiny spellfix patch..

-Tor

Index: lib/setup_once.h
===================================================================
RCS file: /cvsroot/curl/curl/lib/setup_once.h,v
retrieving revision 1.4
diff -u -r1.4 setup_once.h
--- lib/setup_once.h 18 Oct 2006 03:41:23 -0000 1.4
+++ lib/setup_once.h 18 Oct 2006 11:46:27 -0000
@@ -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)))
Index: ares/setup_once.h
===================================================================
RCS file: /cvsroot/curl/curl/ares/setup_once.h,v
retrieving revision 1.3
diff -u -r1.3 setup_once.h
--- ares/setup_once.h 18 Oct 2006 03:41:19 -0000 1.3
+++ ares/setup_once.h 18 Oct 2006 11:46:27 -0000
@@ -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)))
Received on 2006-10-18