mirror of
https://github.com/curl/curl.git
synced 2026-07-24 15:57:18 +03:00
misc: fix spelling mistakes
Reported-by: musvaage on github Fixes #11171 Closes #11172
This commit is contained in:
parent
1561d06752
commit
127eb0d83a
28 changed files with 41 additions and 42 deletions
|
|
@ -87,7 +87,7 @@ size_t tool_read_cb(char *buffer, size_t sz, size_t nmemb, void *userdata)
|
|||
}
|
||||
in->config->readbusy = FALSE;
|
||||
|
||||
/* when select() rerturned zero here, it timed out */
|
||||
/* when select() returned zero here, it timed out */
|
||||
return (size_t)rc;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@ struct OperationConfig {
|
|||
bool dirlistonly; /* only get the FTP dir list */
|
||||
bool followlocation; /* follow http redirects */
|
||||
bool unrestricted_auth; /* Continue to send authentication (user+password)
|
||||
when following ocations, even when hostname
|
||||
when following redirects, even when hostname
|
||||
changed */
|
||||
bool netrc_opt;
|
||||
bool netrc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue