mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
"invalide" -> "invalid"
This commit is contained in:
parent
ee43faf2b1
commit
a9a2b34b05
@ -1,3 +1,7 @@
|
|||||||
|
2009-07-27 Marcel Telka <marcel@telka.sk>
|
||||||
|
|
||||||
|
* iri.c (do_conversion): Typo: invalide -> invalid
|
||||||
|
|
||||||
2009-07-27 Petr Pisar <petr.pisar@atlas.cz>
|
2009-07-27 Petr Pisar <petr.pisar@atlas.cz>
|
||||||
|
|
||||||
* main.c (print_help): Fixed a couple typos.
|
* main.c (print_help): Fixed a couple typos.
|
||||||
|
@ -180,7 +180,7 @@ do_conversion (iconv_t cd, char *in, size_t inlen, char **out)
|
|||||||
{
|
{
|
||||||
if (!invalid)
|
if (!invalid)
|
||||||
logprintf (LOG_VERBOSE,
|
logprintf (LOG_VERBOSE,
|
||||||
_("Incomplete or invalide multibyte sequence encountered\n"));
|
_("Incomplete or invalid multibyte sequence encountered\n"));
|
||||||
|
|
||||||
invalid++;
|
invalid++;
|
||||||
**out = *in;
|
**out = *in;
|
||||||
|
Loading…
Reference in New Issue
Block a user