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:
authorBastien Montagne <montagne29@wanadoo.fr>2013-03-25 12:29:34 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2013-03-25 12:29:34 +0400
commitf3d326b3172daf9975083ebfdd23de69fc2a333e (patch)
tree2c75a0318fbd1b736abfc2b129bb87a28a195f2d /object_print3d_utils
parent2d048308c69a7671b43c246ef882f99661dd771d (diff)
Typo! ;)
Diffstat (limited to 'object_print3d_utils')
-rw-r--r--object_print3d_utils/operators.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/object_print3d_utils/operators.py b/object_print3d_utils/operators.py
index b63226d2..382eb135 100644
--- a/object_print3d_utils/operators.py
+++ b/object_print3d_utils/operators.py
@@ -442,7 +442,7 @@ class Print3DCleanThin(Operator):
# ... helper function for info UI
class Print3DSelectReport(Operator):
- """Select the data assosiated with this report"""
+ """Select the data associated with this report"""
bl_idname = "mesh.print3d_select_report"
bl_label = "Print3D Select Report"
bl_options = {'INTERNAL'}