(charclass_charcode_ellipsis): Fix typo. Reported by dyky@kondara.org, closes PR libc/1886.

This commit is contained in:
Andreas Jaeger 2000-09-05 07:27:46 +00:00
parent 813bb1f179
commit 379ed35144
1 changed files with 1 additions and 1 deletions

View 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;
}