Cleanup: spelling in strings

This commit is contained in:
2021-10-03 12:06:09 +11:00
parent 74f45ed9c5
commit f49dff97d4
11 changed files with 12 additions and 12 deletions

View File

@@ -219,7 +219,7 @@ def enable_addons(addons=None, support=None, disable=False, check_only=False):
try:
import bpy
except ModuleNotFoundError:
print("Could not import bpy, enable_addons must be run from whithin Blender.")
print("Could not import bpy, enable_addons must be run from within Blender.")
return
if addons is None: