Markus F.X.J. Oberhumer added better NOSIGNAL description and fixed
authorDaniel Stenberg <daniel@haxx.se>
Thu, 22 Aug 2002 19:46:16 +0000 (19:46 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 22 Aug 2002 19:46:16 +0000 (19:46 +0000)
spelling error

include/curl/curl.h

index d4ce4cd43cb1fdbd549fbd687483c12bff0af84b..c0299c6f3726a0e4893e2a0193193ad8808ea525 100644 (file)
@@ -563,14 +563,15 @@ typedef enum {
   /* Instruct libcurl to use a smaller receive buffer */
   CINIT(BUFFERSIZE, LONG, 98),
 
-  /* Instruct libcurl to never use any signal/alarm handlers, even with
-     timeouts. */
+  /* Instruct libcurl to not use any signal/alarm handlers, even when using
+     timeouts. This option is useful for multi-threaded applications.
+     See libcurl-the-guide for more background information. */
   CINIT(NOSIGNAL, LONG, 99),
   
   /* Provide a CURLShare for mutexing non-ts data */
   CINIT(SHARE, OBJECTPOINT, 100),
 
-  CURLOPT_LASTENTRY /* the last unusued */
+  CURLOPT_LASTENTRY /* the last unused */
 } CURLoption;
 
   /* two convenient "aliases" that follow the name scheme better */