Merge pull request #1997 from cclauss/codespell

Fix typos discovered by codespell
This commit is contained in:
Robin Dunn
2021-12-13 20:16:39 -08:00
committed by GitHub
154 changed files with 412 additions and 412 deletions

View File

@@ -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);