Fix typo in idapython.cpp

This commit is contained in:
won0-kim
2021-07-19 11:58:46 +09:00
committed by GitHub
parent e1f854822d
commit d2e5c801b7
+1 -1
View File
@@ -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;
//-------------------------------------------------------------------------