diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-01-14 13:40:12 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-01-14 13:40:12 +0100 |
commit | 8f32ead8bf38ba7cb86c98f16db7c0e28a5c07c8 (patch) | |
tree | 07075fadd5199901b7fa00fe3e54ed75e0b456cf /src/tool_operate.c | |
parent | ac1f1b77a8dcccde727cb7c495584f8877dc4ec1 (diff) | |
download | curl-8f32ead8bf38ba7cb86c98f16db7c0e28a5c07c8.tar.gz |
tool_operate: spellfix a comment
Diffstat (limited to 'src/tool_operate.c')
-rw-r--r-- | src/tool_operate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_operate.c b/src/tool_operate.c index 3f08ecc0d..2c1db7a9e 100644 --- a/src/tool_operate.c +++ b/src/tool_operate.c @@ -380,7 +380,7 @@ static CURLcode post_per_transfer(struct GlobalConfig *global, if(!result && !outs->stream && !outs->bytes) { /* we have received no data despite the transfer was successful - ==> force cration of an empty output file (if an output file + ==> force creation of an empty output file (if an output file was specified) */ long cond_unmet = 0L; /* do not create (or even overwrite) the file in case we get no |