Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Commit d2e5c80

Browse files
authored
Fix typo in idapython.cpp
1 parent e1f8548 commit d2e5c80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

idapython.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ AS_PRINTF(1, 2) static void lerror(const char *format, ...)
861861
#endif
862862
}
863863

864-
#define ERRMSG "Unexpected fatal error while intitailizing Python runtime. Please run idapyswitch to confirm or change the used Python runtime"
864+
#define ERRMSG "Unexpected fatal error while initializing Python runtime. Please run idapyswitch to confirm or change the used Python runtime"
865865

866866
volatile sig_atomic_t initdone = 0;
867867
//-------------------------------------------------------------------------

0 commit comments

Comments
 (0)