diff --git a/source/blender/python/BPY_interface.c b/source/blender/python/BPY_interface.c index 72cc4f6cfde..46cb6bbdf63 100644 --- a/source/blender/python/BPY_interface.c +++ b/source/blender/python/BPY_interface.c @@ -851,7 +851,7 @@ int BPY_run_script(Script *script) pyarg = Py_None; } else { if (!BLI_exists(script->scriptname)) { - printf( "Script does not exit %s\n", script->scriptname ); + printf( "Script does not exist %s\n", script->scriptname ); free_libblock( &G.main->script, script ); PyGILState_Release(gilstate); return 0;