Cleanup: spelling

This commit is contained in:
2019-03-08 17:48:49 +11:00
parent 4185b3e36d
commit eb8e656b2b
17 changed files with 39 additions and 36 deletions

View File

@@ -846,7 +846,7 @@ static int gizmo_cage2d_modal(
return OPERATOR_RUNNING_MODAL;
}
/* For transform logic to be manageable we operate in -0.5..0.5 2D space,
* no matter the size of the rectangle, mouse coorts are scaled to unit space.
* no matter the size of the rectangle, mouse coords are scaled to unit space.
* The mouse coords have been projected into the matrix so we don't need to worry about axis alignment.
*
* - The cursor offset are multiplied by 'dims'.