Typo in uuencode-opts.c of sharutils 4.13.3
Philipp Thomas <[email protected]>
| Newsgroups | gmane.comp.gnu.utils.bugs |
|---|---|
| Organization | SUSE LINUX Products GmbH, G F: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 21284 (AG Nürnberg) |
| Message-ID | <[email protected]> |
While translating the sharutils messages to German I noticed a typo for which the patch is attached. Philipp
sharutils-typo_fix.patch
(text/x-patch, 811 B)
From: Philipp Thomas <[email protected]> Date: 2013-01-08 16:22:44+01:00 Subject: Fix typo in uuencode-opts.c --- src/uuencode-opts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: src/uuencode-opts.c =================================================================== --- src/uuencode-opts.c.orig 2013-01-07 03:21:42.000000000 +0100 +++ src/uuencode-opts.c 2013-01-08 14:59:55.731451000 +0100 @@ -665,7 +665,7 @@ translate_option_strings(void) static void bogus_function(void) { /* prog-title */ - puts(_("encode a file into email friendly tex")); + puts(_("encode a file into email friendly text")); /* full-usage */ puts(_("uuencode (GNU sharutils) - encode a file into email friendly text - Ver. 4.13.3\n\ USAGE: uuencode [ -<flag> | --<name> ]... [ in-file ] output-name\n\n\