mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-30 17:41:16 +03:00
(charclass_charcode_ellipsis): Fix typo. Reported by dyky@kondara.org, closes PR libc/1886.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user