]> granicus.if.org Git - curl/commitdiff
Fix typo.
authorGisle Vanem <gvanem@broadpark.no>
Mon, 26 Feb 2007 03:38:26 +0000 (03:38 +0000)
committerGisle Vanem <gvanem@broadpark.no>
Mon, 26 Feb 2007 03:38:26 +0000 (03:38 +0000)
lib/setup.h

index bd60db09d73803de7c1ef39771a32c9ead1936d2..007df45a2ccef2a8462c0d99de3e9224b526ef54 100644 (file)
 #endif
 
 /*
- * PellesC cludge section (yikes);
+ * PellesC kludge section (yikes);
  *  - It has 'ssize_t', but it is in <unistd.h>. The way the headers
  *    on Win32 are included, forces me to include this header here.
  *  - sys_nerr, EINTR is missing in v4.0 or older.
 #endif
 
 /*
- * Salford-C cludge section (mostly borrowed from wxWidgets).
+ * Salford-C kludge section (mostly borrowed from wxWidgets).
  */
 #ifdef __SALFORDC__
   #pragma suppress 353             /* Possible nested comments */