mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
(charclass_charcode_ellipsis): Fix typo. Reported by dyky@kondara.org, closes PR libc/1886.
This commit is contained in:
parent
813bb1f179
commit
379ed35144
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user