From e7228df429ef8b146ea920aab1637790447ccd23 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 4 Aug 2000 20:27:28 +0000 Subject: [PATCH] (handle_ellipsis): Fix typo in error message. --- locale/programs/ld-collate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/programs/ld-collate.c b/locale/programs/ld-collate.c index 95c4dd4..df59c33 100644 --- a/locale/programs/ld-collate.c +++ b/locale/programs/ld-collate.c @@ -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; } -- 2.7.4