Usual typo fixing...
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user