(handle_ellipsis): Fix typo in error message.
authorUlrich Drepper <drepper@redhat.com>
Fri, 4 Aug 2000 20:27:28 +0000 (20:27 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 4 Aug 2000 20:27:28 +0000 (20:27 +0000)
locale/programs/ld-collate.c

index 95c4dd4..df59c33 100644 (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;
     }