mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +01:00
Merge pull request #1997 from cclauss/codespell
Fix typos discovered by codespell
This commit is contained in:
@@ -21780,7 +21780,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