aboutsummaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-08-04 20:27:28 +0000
committerUlrich Drepper <drepper@redhat.com>2000-08-04 20:27:28 +0000
commite7228df429ef8b146ea920aab1637790447ccd23 (patch)
treed29ed5e357a3af5810b7991982d0193dad771a15 /locale
parent13550428ee7b8261f2444bb59e029dd88ed7e334 (diff)
downloadglibc-e7228df429ef8b146ea920aab1637790447ccd23.tar
glibc-e7228df429ef8b146ea920aab1637790447ccd23.tar.gz
glibc-e7228df429ef8b146ea920aab1637790447ccd23.tar.bz2
glibc-e7228df429ef8b146ea920aab1637790447ccd23.zip
(handle_ellipsis): Fix typo in error message.
Diffstat (limited to 'locale')
-rw-r--r--locale/programs/ld-collate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/programs/ld-collate.c b/locale/programs/ld-collate.c
index 95c4dd4dfa..df59c339e4 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;
}