mirror of
https://github.com/curl/curl.git
synced 2026-07-23 00:27:24 +03:00
misc: spelling fixes
Mostly in comments but also in the -w documentation for headers_json. Closes #8647
This commit is contained in:
parent
adb3ecff8d
commit
a3f4d7cee9
7 changed files with 12 additions and 12 deletions
|
|
@ -95,7 +95,7 @@ bool tool_create_output_file(struct OutStruct *outs,
|
|||
}
|
||||
memcpy(newname, fname, len);
|
||||
newname[len] = '.';
|
||||
while(fd == -1 && /* haven't sucessfully opened a file */
|
||||
while(fd == -1 && /* haven't successfully opened a file */
|
||||
(errno == EEXIST || errno == EISDIR) &&
|
||||
/* because we keep having files that already exist */
|
||||
next_num < 100 /* and we haven't reached the retry limit */ ) {
|
||||
|
|
|
|||
|
|
@ -291,7 +291,7 @@ struct OperationConfig {
|
|||
bool disallow_username_in_url; /* disallow usernames in URLs */
|
||||
char *aws_sigv4;
|
||||
enum {
|
||||
CLOBBER_DEFAULT, /* Provides compatability with previous versions of curl,
|
||||
CLOBBER_DEFAULT, /* Provides compatibility with previous versions of curl,
|
||||
by using the default behavior for -o, -O, and -J.
|
||||
If those options would have overwritten files, like
|
||||
-o and -O would, then overwrite them. In the case of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue