From 34c7b70bcb9c3afa3277dacd24928801058a7e49 Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Mon, 19 Oct 2015 16:52:56 -0400 Subject: [PATCH] uc.c: fix minor typo s/argumet/argument/g --- uc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uc.c b/uc.c index bb45fa5e..94ac155a 100644 --- a/uc.c +++ b/uc.c @@ -88,7 +88,7 @@ const char *uc_strerror(uc_err code) case UC_ERR_FETCH_PROT: return "Fetch from non-executable memory (UC_ERR_FETCH_PROT)"; case UC_ERR_ARG: - return "Invalid argumet (UC_ERR_ARG)"; + return "Invalid argument (UC_ERR_ARG)"; case UC_ERR_READ_UNALIGNED: return "Read from unaligned memory (UC_ERR_READ_UNALIGNED)"; case UC_ERR_WRITE_UNALIGNED: