Commit cce3693f authored by Christian Clauss's avatar Christian Clauss Committed by GitHub

Fix typo discovered by codespell (#4387)

parent daa0a443
......@@ -1395,7 +1395,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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment