Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-10-17 10:59:42 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-10-17 10:59:42 +0400
commitdfb74f84549fb0a8debbc85be457301237e8c3e3 (patch)
treeee8627a90871cee335def998ebe25253d59f3616 /system_property_chart.py
parent66a538f8fb0e4126850318fcfe09099d474bbcd6 (diff)
fix spelling errors for comments
Diffstat (limited to 'system_property_chart.py')
-rw-r--r--system_property_chart.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/system_property_chart.py b/system_property_chart.py
index 8226a698..8533ad36 100644
--- a/system_property_chart.py
+++ b/system_property_chart.py
@@ -69,7 +69,7 @@ def _property_chart_draw(self, context):
except ValueError:
active_index = -1
- if active_index > 0: # not the first alredy
+ if active_index > 0: # not the first already
selected_objects[0], selected_objects[active_index] = selected_objects[active_index], selected_objects[0]
id_storage = context.scene
@@ -192,7 +192,7 @@ def _property_chart_copy(self, context):
try:
exec("obj_iter.%s = obj.%s" % (data_path, data_path))
except:
- # just incase we need to know what went wrong!
+ # just in case we need to know what went wrong!
import traceback
traceback.print_exc()