Fixed typo in log message

This commit is contained in:
Dan Fandrich 2008-04-21 23:16:24 +00:00
parent ff40415aee
commit 5825cf9457
1 changed files with 1 additions and 1 deletions

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