projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7b5a8e
)
Fixed typo in comment
author
Dan Fandrich
<dan@coneharvesters.com>
Tue, 3 Jun 2008 18:00:48 +0000
(18:00 +0000)
committer
Dan Fandrich
<dan@coneharvesters.com>
Tue, 3 Jun 2008 18:00:48 +0000
(18:00 +0000)
include/curl/curl.h
patch
|
blob
|
history
diff --git
a/include/curl/curl.h
b/include/curl/curl.h
index
1e7f3b3
..
d879423
100644
(file)
--- 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 - could
n'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