* [committed] Fix typo in error messages
@ 2019-01-01 0:00 Tom de Vries
0 siblings, 0 replies; only message in thread
From: Tom de Vries @ 2019-01-01 0:00 UTC (permalink / raw)
To: dwz, jakub
Hi,
Fix typos in error message:
- "enconding" -> "encoding"
- "differentpointer" -> "different pointer"
Committed to trunk.
Thanks,
- Tom
Fix typo in error messages
2019-03-13 Tom de Vries <tdevries@suse.de>
* dwz.c (read_dwarf, write_multifile): Fix typo in error messages.
---
dwz.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dwz.c b/dwz.c
index 476807a..6b6a33e 100644
--- a/dwz.c
+++ b/dwz.c
@@ -9946,7 +9946,7 @@ read_dwarf (DSO *dso, bool quieter)
init_endian (dso->ehdr.e_ident[EI_DATA]);
else
{
- error (0, 0, "%s: Wrong ELF data enconding", dso->filename);
+ error (0, 0, "%s: Wrong ELF data encoding", dso->filename);
return 1;
}
@@ -10790,7 +10790,7 @@ write_multifile (DSO *dso)
? ELFDATA2LSB : ELFDATA2MSB)))
{
error (0, 0, "Multi-file optimization not allowed for different"
- "pointer sizes or endianity");
+ " pointer sizes or endianity");
multifile = NULL;
return 1;
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-03-13 13:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-01 0:00 [committed] Fix typo in error messages Tom de Vries
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).