spelling corrections.

This commit is contained in:
Campbell Barton
2011-04-29 04:43:36 +00:00
parent 70829f05da
commit f3a9b7580e
6 changed files with 6 additions and 6 deletions

View File

@@ -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'}