aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-06-03 18:00:48 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-06-03 18:00:48 +0000
commitea86edbd821fc448a4188598d18aa8ce12bb435a (patch)
tree1a37749bf5d78a6b0c57add9f6297c667d78f0c3 /include
parente7b5a8e6cb9ed9a4179f37d9af8bffd0e7a40254 (diff)
Fixed typo in comment
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 1e7f3b3fb..d87942376 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -379,7 +379,7 @@ typedef enum {
CURLE_WRITE_ERROR, /* 23 */
CURLE_OBSOLETE24, /* 24 - NOT USED */
CURLE_UPLOAD_FAILED, /* 25 - failed upload "command" */
- CURLE_READ_ERROR, /* 26 - could open/read from file */
+ CURLE_READ_ERROR, /* 26 - couldn't open/read from file */
CURLE_OUT_OF_MEMORY, /* 27 */
/* Note: CURLE_OUT_OF_MEMORY may sometimes indicate a conversion error
instead of a memory allocation error if CURL_DOES_CONVERSIONS