Fix for [#34898] Typo in error message of mathutils.Vector

* Also fixed some more cases of "more then" -> "more than".
This commit is contained in:
Thomas Dinges
2013-04-07 15:09:06 +00:00
parent c0ab8a15c3
commit 858ff6b696
28 changed files with 34 additions and 34 deletions

View File

@@ -331,7 +331,7 @@ def disable(module_name, default_set=True):
print("addon_utils.disable: %s not %s." %
(module_name, "disabled" if mod is None else "loaded"))
# could be in more then once, unlikely but better do this just in case.
# could be in more than once, unlikely but better do this just in case.
addons = _user_preferences.addons
if default_set: