Cleanup: spelling

This commit is contained in:
2019-08-17 00:54:22 +10:00
parent 05edcf6329
commit 2790740813
72 changed files with 157 additions and 174 deletions

View File

@@ -890,7 +890,7 @@ PyObject *BPY_app_translations_struct(void)
void BPY_app_translations_end(void)
{
/* Incase the object remains in a module's namespace, see T44127. */
/* In case the object remains in a module's name-space, see T44127. */
#ifdef WITH_INTERNATIONAL
_clear_translations_cache();
#endif