aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2024-01-15 23:59:57 -0500
committerMike Frysinger <vapier@gentoo.org>2024-01-15 23:59:57 -0500
commit857eaddab407db1577076a09206386bc62bfa4eb (patch)
tree3efa13282adf18d4f296b750a1fceafc6b6dfc18 /paxelf.c
parentdrop old __BOUNDS_CHECKING_ON support (diff)
downloadpax-utils-857eaddab407db1577076a09206386bc62bfa4eb.tar.gz
pax-utils-857eaddab407db1577076a09206386bc62bfa4eb.tar.bz2
pax-utils-857eaddab407db1577076a09206386bc62bfa4eb.zip
fix various typos found w/codespell
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'paxelf.c')
-rw-r--r--paxelf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/paxelf.c b/paxelf.c
index fb4160c..9a34ea4 100644
--- a/paxelf.c
+++ b/paxelf.c
@@ -584,7 +584,7 @@ free_elf_and_return:
/* check class and stuff */
if (!DO_WE_LIKE_ELF(elf->data)) {
- warn("we no likey %s: {%s,%s,%s,%s}",
+ warn("unknown ELF settings: %s: {%s,%s,%s,%s}",
filename,
get_elfeitype(EI_CLASS, elf->data[EI_CLASS]),
get_elfeitype(EI_DATA, elf->data[EI_DATA]),