(handle_ellipsis): Fix typo in error message.

This commit is contained in:
Ulrich Drepper 2000-08-04 20:27:28 +00:00
parent 13550428ee
commit e7228df429
1 changed files with 1 additions and 1 deletions

View File

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