diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-05-02 11:14:55 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-05-02 11:14:55 +0000 |
commit | 3d513f7ab121f97f469331407e33b4edab00ea04 (patch) | |
tree | f121d5a8ed32e5ac0b73a8e9013800f46c65eaef /lib | |
parent | 6c8e6549d0d22716c0138a7e25c85b8cb3f2b0ac (diff) |
spell and language fix
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sendf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/sendf.c b/lib/sendf.c index 922550b00..a00444f4f 100644 --- a/lib/sendf.c +++ b/lib/sendf.c @@ -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) |