[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[pkg-wine-party] [wine] 14/183: preloader: Fix a typo in error message.



This is an automated email from the git hooks/post-receive script.

mgilbert pushed a commit to branch master
in repository wine.

commit 039d267b0925273197a9edcf7664c4a42dca932d
Author: Austin English <austinenglish@gmail.com>
Date:   Wed Nov 1 13:24:52 2017 -0500

    preloader: Fix a typo in error message.
    
    Signed-off-by: Austin English <austinenglish@gmail.com>
    Signed-off-by: Alexandre Julliard <julliard@winehq.org>
---
 loader/preloader.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/loader/preloader.c b/loader/preloader.c
index 6cb8e15..5a4bb16 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]))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git



Reply to: