mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 12:05:06 -05:00
Fixed typo in log message
This commit is contained in:
parent
ff40415aee
commit
5825cf9457
@ -2593,7 +2593,7 @@ static ParameterError getparameter(char *flag, /* f or -long-flag */
|
||||
char buffer[32];
|
||||
curl_off_t off;
|
||||
warnf(config,
|
||||
"A specfied range MUST include at least one dash (-). "
|
||||
"A specified range MUST include at least one dash (-). "
|
||||
"Appending one for you!\n");
|
||||
off = curlx_strtoofft(nextarg, NULL, 10);
|
||||
snprintf(buffer, sizeof(buffer), "%Od-", off);
|
||||
|
Loading…
Reference in New Issue
Block a user