From: Andreas Jaeger Date: Tue, 5 Sep 2000 07:27:46 +0000 (+0000) Subject: (charclass_charcode_ellipsis): Fix typo. Reported by dyky@kondara.org, closes PR... X-Git-Tag: cvs/libc-2_1_94~137 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=379ed351443b56500ffea2c5efb4ffbca866fcec;p=platform%2Fupstream%2Fglibc.git (charclass_charcode_ellipsis): Fix typo. Reported by dyky@kondara.org, closes PR libc/1886. --- diff --git a/locale/programs/ld-ctype.c b/locale/programs/ld-ctype.c index c29b980..644bfbf 100644 --- a/locale/programs/ld-ctype.c +++ b/locale/programs/ld-ctype.c @@ -1663,7 +1663,7 @@ charclass_charcode_ellipsis (struct linereader *ldfile, if (now->val.charcode.nbytes != last_charcode_len) { lr_error (ldfile, _("\ -start end end character sequence of range must have the same length")); +start and end character sequence of range must have the same length")); return; }