* locale/programs/ld-monetary.c (monetary_read): Fix typo.
	* iconv/iconv_prog.c (options): Fix typo.
	Reported by dyky@kondara.org, closes PR libc/1885.

2000-09-04  Andreas Jaeger  <aj@suse.de>
This commit is contained in:
Andreas Jaeger 2000-09-04 09:40:57 +00:00
parent 56735b1196
commit 6d77214d90
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2000-09-04 Andreas Jaeger <aj@suse.de>
* locale/programs/ld-monetary.c (monetary_read): Fix typo.
* iconv/iconv_prog.c (options): Fix typo.
Reported by dyky@kondara.org, closes PR libc/1885.
2000-09-04 Andreas Jaeger <aj@suse.de> 2000-09-04 Andreas Jaeger <aj@suse.de>
* sysdeps/generic/fegetenv.c: It's __fegetenv. * sysdeps/generic/fegetenv.c: It's __fegetenv.

View File

@ -60,7 +60,7 @@ static const struct argp_option options[] =
{ NULL, 0, NULL, 0, N_("Output control:") }, { NULL, 0, NULL, 0, N_("Output control:") },
{ NULL, 'c', NULL, 0, N_("omit invalid characters from output") }, { NULL, 'c', NULL, 0, N_("omit invalid characters from output") },
{ "output", 'o', "FILE", 0, N_("output file") }, { "output", 'o', "FILE", 0, N_("output file") },
{ "silent", 's', NULL, 0, N_("supress warnings") }, { "silent", 's', NULL, 0, N_("suppress warnings") },
{ "verbose", OPT_VERBOSE, NULL, 0, N_("print progress information") }, { "verbose", OPT_VERBOSE, NULL, 0, N_("print progress information") },
{ NULL, 0, NULL, 0, NULL } { NULL, 0, NULL, 0, NULL }
}; };

View File

@ -897,7 +897,7 @@ monetary_read (struct linereader *ldfile, struct localedef_t *result,
if (now->val.num == 0) if (now->val.num == 0)
{ {
invalid_conversion_rate: invalid_conversion_rate:
lr_error (ldfile, _("conversion rate valze cannot be zero")); lr_error (ldfile, _("conversion rate value cannot be zero"));
if (!ignore_content) if (!ignore_content)
{ {
monetary->conversion_rate[0] = 1; monetary->conversion_rate[0] = 1;