mirror of
https://github.com/curl/curl.git
synced 2026-05-19 13:26:22 +03:00
Fixed typo in comment
This commit is contained in:
parent
e7b5a8e6cb
commit
ea86edbd82
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue