From d2e5c801b7d8cd8cacdb515b5eaf70409b21c8a3 Mon Sep 17 00:00:00 2001 From: won0-kim <53324781+won0-kim@users.noreply.github.com> Date: Mon, 19 Jul 2021 11:58:46 +0900 Subject: [PATCH] Fix typo in idapython.cpp --- idapython.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idapython.cpp b/idapython.cpp index 2340742..e543381 100644 --- a/idapython.cpp +++ b/idapython.cpp @@ -861,7 +861,7 @@ AS_PRINTF(1, 2) static void lerror(const char *format, ...) #endif } -#define ERRMSG "Unexpected fatal error while intitailizing Python runtime. Please run idapyswitch to confirm or change the used Python runtime" +#define ERRMSG "Unexpected fatal error while initializing Python runtime. Please run idapyswitch to confirm or change the used Python runtime" volatile sig_atomic_t initdone = 0; //-------------------------------------------------------------------------