From 3b495d8e963eead963a37b5be5b063c96bb58c63 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 6 Apr 2010 12:58:32 -0700 Subject: Fix some message typos and xgettext markers. --- src/elflint.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/elflint.c') diff --git a/src/elflint.c b/src/elflint.c index 531122bf..afe8bee6 100644 --- a/src/elflint.c +++ b/src/elflint.c @@ -571,7 +571,7 @@ section [%2d] '%s': section with SHF_GROUP flag set not part of a section group\ idx, section_name (ebl, idx)); else ERROR (gettext ("\ -section [%2d] '%s': section group [%2zu] '%s' does not preceed group member\n"), +section [%2d] '%s': section group [%2zu] '%s' does not precede group member\n"), idx, section_name (ebl, idx), cnt, section_name (ebl, cnt)); } @@ -2434,7 +2434,7 @@ section [%2d] '%s': cannot get symbol for signature\n"), else if (strcmp (elf_strptr (ebl->elf, symshdr->sh_link, sym->st_name), "") == 0) ERROR (gettext ("\ -section [%2d] '%s': signature symbol canot be empty string\n"), +section [%2d] '%s': signature symbol cannot be empty string\n"), idx, section_name (ebl, idx)); if (be_strict -- cgit v1.2.3