(charclass_charcode_ellipsis): Fix typo. Reported by dyky@kondara.org, closes PR...
authorAndreas Jaeger <aj@suse.de>
Tue, 5 Sep 2000 07:27:46 +0000 (07:27 +0000)
committerAndreas Jaeger <aj@suse.de>
Tue, 5 Sep 2000 07:27:46 +0000 (07:27 +0000)
locale/programs/ld-ctype.c

index c29b980..644bfbf 100644 (file)
@@ -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;
     }