Cleanup: typo, whitespace

This commit is contained in:
Campbell Barton
2018-11-15 18:50:18 +11:00
parent 5ec1d709e7
commit b8d21f9b9b
3 changed files with 3 additions and 3 deletions

View File

@@ -251,7 +251,7 @@ class ExecutePreset(Operator):
try:
mod_spec.loader.exec_module(importlib.util.module_from_spec(mod_spec))
except Exception as ex:
self.report({'ERROR'}, "Failed to executge the preset: " + repr(ex))
self.report({'ERROR'}, "Failed to execute the preset: " + repr(ex))
elif ext == ".xml":
import rna_xml