mirror of
https://github.com/curl/curl.git
synced 2025-10-01 00:16:48 +03: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];
|
char buffer[32];
|
||||||
curl_off_t off;
|
curl_off_t off;
|
||||||
warnf(config,
|
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");
|
"Appending one for you!\n");
|
||||||
off = curlx_strtoofft(nextarg, NULL, 10);
|
off = curlx_strtoofft(nextarg, NULL, 10);
|
||||||
snprintf(buffer, sizeof(buffer), "%Od-", off);
|
snprintf(buffer, sizeof(buffer), "%Od-", off);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user