1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

Fixed typo in log message

This commit is contained in:
Dan Fandrich 2008-04-21 23:16:24 +00:00
parent ff40415aee
commit 5825cf9457

View File

@ -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);