From 865d1889da54c4eb8dcdf6b4dca7df906b936add Mon Sep 17 00:00:00 2001 From: Leon Zandman Date: Fri, 21 May 2021 22:19:46 +1000 Subject: Cleanup: spelling Includes fixes to misspelled function names. Ref D11280 --- source/blender/python/intern/bpy_interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/python/intern') diff --git a/source/blender/python/intern/bpy_interface.c b/source/blender/python/intern/bpy_interface.c index 4144063cf5c..f95e655d0c6 100644 --- a/source/blender/python/intern/bpy_interface.c +++ b/source/blender/python/intern/bpy_interface.c @@ -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. */ { -- cgit v1.2.3