[PATCH 2/2] preloader: fix a typo in error message

Austin English <[email protected]>
Newsgroups gmane.comp.emulators.wine.patches
Message-ID <[email protected]>
The typo was introduced in 27e92e550c2b86d5ebd4966926c1fcde03838dcc

Signed-off-by: Austin English <[email protected]>
---
 loader/preloader.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/loader/preloader.c b/loader/preloader.c
index 6cb8e15c2b..5a4bb16b8c 100644
--- a/loader/preloader.c
+++ b/loader/preloader.c
@@ -831,7 +831,7 @@ static void map_so_lib( const char *name, struct wld_link_map *l)
         fatal_error("%s: not an x86-64 ELF binary... don't know how to load it\n", name );
 #elif defined(__aarch64__)
     if( header->e_machine != EM_AARCH64 )
-        fatal_error("%s: not an aarchs64 ELF binary... don't know how to load it\n", name );
+        fatal_error("%s: not an aarch64 ELF binary... don't know how to load it\n", name );
 #endif
 
     if (header->e_phnum > sizeof(loadcmds)/sizeof(loadcmds[0]))
-- 
2.13.6
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.