Cleanup: spelling in comments
This commit is contained in:
@@ -2553,7 +2553,7 @@ static PyGetSetDef Vector_getseters[] = {
|
||||
NULL},
|
||||
{"owner", (getter)BaseMathObject_owner_get, (setter)NULL, BaseMathObject_owner_doc, NULL},
|
||||
|
||||
/* autogenerated swizzle attrs, see Python script above */
|
||||
/* Auto-generated swizzle attributes, see Python script above. */
|
||||
{"xx", (getter)Vector_swizzle_get, (setter)NULL, NULL, SWIZZLE2(0, 0)},
|
||||
{"xxx", (getter)Vector_swizzle_get, (setter)NULL, NULL, SWIZZLE3(0, 0, 0)},
|
||||
{"xxxx", (getter)Vector_swizzle_get, (setter)NULL, NULL, SWIZZLE4(0, 0, 0, 0)},
|
||||
|
||||
Reference in New Issue
Block a user