From f3a9b7580eb5c4514580f50795954981348c69b9 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 29 Apr 2011 04:43:36 +0000 Subject: spelling corrections. --- release/scripts/templates/operator_export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/scripts/templates') 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" -- cgit v1.2.3