mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:53:37 +03:00
docs: rewrite to present tense
... instead of using future tense. + numerous cleanups and improvements + stick to "reuse" not "re-use" + fewer contractions Closes #11713
This commit is contained in:
parent
887b998e6e
commit
5b060a4108
339 changed files with 1873 additions and 1884 deletions
|
|
@ -60,7 +60,7 @@ static int my_seek(void *userp, curl_off_t offset, int origin)
|
|||
FILE *fp = (FILE *) userp;
|
||||
|
||||
if(-1 == fseek(fp, (long) offset, origin))
|
||||
/* couldn't seek */
|
||||
/* could not seek */
|
||||
return CURL_SEEKFUNC_CANTSEEK;
|
||||
|
||||
return CURL_SEEKFUNC_OK; /* success! */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue