diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-04 20:27:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-04 20:27:28 +0000 |
commit | e7228df429ef8b146ea920aab1637790447ccd23 (patch) | |
tree | d29ed5e357a3af5810b7991982d0193dad771a15 /locale | |
parent | 13550428ee7b8261f2444bb59e029dd88ed7e334 (diff) | |
download | glibc-e7228df429ef8b146ea920aab1637790447ccd23.tar.gz |
(handle_ellipsis): Fix typo in error message.
Diffstat (limited to 'locale')
-rw-r--r-- | locale/programs/ld-collate.c | 2 |
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; } |