Spelling fixes in comments and descriptions, patch by luzpaz.

Differential Revision: https://developer.blender.org/D3746
This commit is contained in:
Brecht Van Lommel
2018-10-19 17:59:58 +02:00
parent 84b8171173
commit d7d3233715
191 changed files with 485 additions and 485 deletions

View File

@ -644,7 +644,7 @@ class VIEW3D_OT_reset_weight_palette(Operator):
except Exception as e:
self.report({'WARNING'},
"Reset Weight pallete could not be completed (See Console for more info)")
"Reset Weight palette could not be completed (See Console for more info)")
print("\n[Paint Palette]\nOperator: paint.reset_weight_palette\nError: %s\n" % e)
return {'CANCELLED'}