From f3a9b7580eb5c4514580f50795954981348c69b9 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 29 Apr 2011 04:43:36 +0000 Subject: spelling corrections. --- doc/python_api/examples/bpy.types.Operator.1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/python_api/examples/bpy.types.Operator.1.py b/doc/python_api/examples/bpy.types.Operator.1.py index 133dc09af46..fc016508d39 100644 --- a/doc/python_api/examples/bpy.types.Operator.1.py +++ b/doc/python_api/examples/bpy.types.Operator.1.py @@ -32,7 +32,7 @@ class SimpleMouseOperator(bpy.types.Operator): def execute(self, context): # rather then printing, use the report function, - # this way the messag appiers in the header, + # this way the message appears in the header, self.report({'INFO'}, "Mouse coords are %d %d" % (self.x, self.y)) return {'FINISHED'} -- cgit v1.2.3