diff options
| author | Roland McGrath <[email protected]> | 2010-04-06 12:58:32 -0700 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2010-04-06 12:58:32 -0700 |
| commit | 3b495d8e963eead963a37b5be5b063c96bb58c63 (patch) | |
| tree | 8e58cd91de844bc496f22e3c3305400b44123c6c /src/elflint.c | |
| parent | 9a8e4e5e85c088d1b52f127e9f7621e09f9a1b01 (diff) | |
Fix some message typos and xgettext markers.
Diffstat (limited to 'src/elflint.c')
| -rw-r--r-- | src/elflint.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
