Cleanup: spelling

Includes fixes to misspelled function names.

Ref D11280
This commit is contained in:
Leon Zandman
2021-05-21 22:19:46 +10:00
committed by Campbell Barton
parent cf42586737
commit 865d1889da
35 changed files with 67 additions and 67 deletions

View File

@@ -400,7 +400,7 @@ void BPY_python_start(bContext *C, int argc, const char **argv)
/* Needed for Python's initialization for portable Python installations.
* We could use #Py_SetPath, but this overrides Python's internal logic
* for calculating it's own module search paths.
* for calculating its own module search paths.
*
* `sys.executable` is overwritten after initialization to the Python binary. */
{