]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
spell and language fix
authorDaniel Stenberg <daniel@haxx.se>
Wed, 2 May 2007 11:14:55 +0000 (11:14 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 2 May 2007 11:14:55 +0000 (11:14 +0000)
lib/sendf.c

index 922550b00a7ccc928b7f2943bb4c45ec5ab83003..a00444f4fd833d8fa179040f49d9aa5c116dc401 100644 (file)
@@ -79,11 +79,11 @@ static struct curl_slist *slist_get_last(struct curl_slist *list)
 }
 
 /*
- * curl_slist_append() appends a string to the linked list. It always retunrs
- * the address of the first record, so that you can sure this function as an
+ * curl_slist_append() appends a string to the linked list. It always returns
+ * the address of the first record, so that you can use this function as an
  * initialization function as well as an append function. If you find this
  * bothersome, then simply create a separate _init function and call it
- * appropriately from within the proram.
+ * appropriately from within the program.
  */
 struct curl_slist *curl_slist_append(struct curl_slist *list,
                                      const char *data)