mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
(handle_ellipsis): Fix typo in error message.
This commit is contained in:
parent
13550428ee
commit
e7228df429
@ -1012,7 +1012,7 @@ handle_ellipsis (struct linereader *ldfile, const char *symstr, size_t symlen,
|
||||
|| (endp != NULL && (endp->name == NULL|| ! endp->is_character)))
|
||||
{
|
||||
lr_error (ldfile, _("\
|
||||
%s: the start end the end symbol of a range must stand for characters"),
|
||||
%s: the start and the end symbol of a range must stand for characters"),
|
||||
"LC_COLLATE");
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user