summaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-09-05 07:27:46 +0000
committerAndreas Jaeger <aj@suse.de>2000-09-05 07:27:46 +0000
commit379ed351443b56500ffea2c5efb4ffbca866fcec (patch)
tree5eaf80bc092922a5c8b62dc70d345c28d103315a /locale
parent813bb1f179039214df6aa129a9a186617c97a075 (diff)
(charclass_charcode_ellipsis): Fix typo. Reported by dyky@kondara.org, closes PR libc/1886.
Diffstat (limited to 'locale')
-rw-r--r--locale/programs/ld-ctype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/programs/ld-ctype.c b/locale/programs/ld-ctype.c
index c29b980ea5..644bfbf7df 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;
}