Cleanup: spelling in strings
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user