mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 01:30:07 +01:00
Fix typos discovered by codespell
This commit is contained in:
@@ -21618,7 +21618,7 @@ static int __Pyx_check_binary_version(void) {
|
||||
if (ctversion[0] != rtversion[0] || ctversion[2] != rtversion[2]) {
|
||||
char message[200];
|
||||
PyOS_snprintf(message, sizeof(message),
|
||||
"compiletime version %s of module '%.100s' "
|
||||
"compile time version %s of module '%.100s' "
|
||||
"does not match runtime version %s",
|
||||
ctversion, __Pyx_MODULE_NAME, rtversion);
|
||||
return PyErr_WarnEx(NULL, message, 1);
|
||||
|
||||
Reference in New Issue
Block a user