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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-04-29 08:43:36 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-04-29 08:43:36 +0400
commitf3a9b7580eb5c4514580f50795954981348c69b9 (patch)
tree913421bddde8bcf68365a12e8a315bfbeffed541 /release/scripts/templates
parent70829f05da1f46335988c694bdefbaa2ad894cb2 (diff)
spelling corrections.
Diffstat (limited to 'release/scripts/templates')
-rw-r--r--release/scripts/templates/operator_export.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/templates/operator_export.py b/release/scripts/templates/operator_export.py
index af359517e40..1b1c90c8a21 100644
--- a/release/scripts/templates/operator_export.py
+++ b/release/scripts/templates/operator_export.py
@@ -17,7 +17,7 @@ from bpy.props import StringProperty, BoolProperty, EnumProperty
class ExportSomeData(bpy.types.Operator, ExportHelper):
- '''This appiers in the tooltip of the operator and in the generated docs.'''
+ '''This appears in the tooltip of the operator and in the generated docs.'''
bl_idname = "export.some_data" # this is important since its how bpy.ops.export.some_data is constructed
bl_label = "Export Some Data"