minor change in language for the --libcurl source header
authorDaniel Stenberg <daniel@haxx.se>
Sun, 12 Aug 2007 20:36:06 +0000 (20:36 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 12 Aug 2007 20:36:06 +0000 (20:36 +0000)
src/main.c

index 4f47050..ee53155 100644 (file)
@@ -3437,7 +3437,7 @@ CURLcode _my_setopt(CURL *curl, struct Configurable *config, const char *name,
 static const char * const srchead[]={
   "/********* Sample code generated by the curl command line tool **********",
   " * Lines with [REMARK] below might need to be modified to make this code ",
-  " * usable. Add appropriate error code checking  where appropriate.",
+  " * usable. Add error code checking where appropriate.",
   " * Compile this with a suitable header include path. Then link with ",
   " * libcurl.",
   " * If you use any *_LARGE options, make sure your compiler figure",