spelling correction: alredy --> already

This commit is contained in:
2010-07-17 18:08:14 +00:00
parent e25393a098
commit fd31436897
31 changed files with 48 additions and 48 deletions

View File

@@ -1111,7 +1111,7 @@ class WM_OT_addon_expand(bpy.types.Operator):
def execute(self, context):
module_name = self.properties.module
# unlikely to fail, module should have alredy been imported
# unlikely to fail, module should have already been imported
try:
mod = __import__(module_name)
except: