(collate_finish): Fix typo in message.
authorUlrich Drepper <drepper@redhat.com>
Thu, 30 Dec 1999 18:17:29 +0000 (18:17 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 30 Dec 1999 18:17:29 +0000 (18:17 +0000)
locale/programs/ld-collate.c

index 9f4966f..3eff699 100644 (file)
@@ -1417,7 +1417,7 @@ collate_finish (struct localedef_t *locale, struct charmap_t *charmap)
          != (collate->sections->rules[i] & sort_position))
        {
          error (0, 0, _("\
-%s: `position' must be used for a specific level in all sections or now"),
+%s: `position' must be used for a specific level in all sections or none"),
                 "LC_COLLATE");
          break;
        }