From 6d77214d90954bd524d5066923c114e9dd13002a Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 4 Sep 2000 09:40:57 +0000 Subject: Update. * 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 --- iconv/iconv_prog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iconv') diff --git a/iconv/iconv_prog.c b/iconv/iconv_prog.c index d8e7817..1470721 100644 --- a/iconv/iconv_prog.c +++ b/iconv/iconv_prog.c @@ -60,7 +60,7 @@ static const struct argp_option options[] = { NULL, 0, NULL, 0, N_("Output control:") }, { NULL, 'c', NULL, 0, N_("omit invalid characters from output") }, { "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") }, { NULL, 0, NULL, 0, NULL } }; -- cgit v1.1