Usual typo fixing...

This commit is contained in:
Bastien Montagne
2013-04-02 07:27:39 +00:00
parent 186f0e241e
commit 932820499a
2 changed files with 3 additions and 1 deletions

View File

@@ -296,6 +296,7 @@ class SpellChecker():
"spacebar",
"tooltip", "tooltips",
"trackpad",
"tuple",
"unicode",
"viewport", "viewports",
"viscoelastic",
@@ -437,6 +438,7 @@ class SpellChecker():
"ascii",
"atrac",
"bsdf",
"bssrdf",
"bw",
"ccd",
"cmd",

View File

@@ -575,7 +575,7 @@ static int stencil_control_poll(bContext *C)
static void BRUSH_OT_stencil_control(wmOperatorType *ot)
{
static EnumPropertyItem stencil_control_items[] = {
{STENCIL_TRANSLATE, "TRANSLATION", 0, "Transation", ""},
{STENCIL_TRANSLATE, "TRANSLATION", 0, "Translation", ""},
{STENCIL_SCALE, "SCALE", 0, "Scale", ""},
{STENCIL_ROTATE, "ROTATION", 0, "Rotation", ""},
{0, NULL, 0, NULL, NULL}