Cleanup: spelling

This commit is contained in:
2021-02-17 15:04:29 +11:00
parent 62592af843
commit 20a6255d49
19 changed files with 35 additions and 32 deletions

View File

@@ -888,7 +888,7 @@ void BM_editselection_plane(BMEditSelection *ese, float r_plane[3])
sub_v3_v3v3(r_plane, vec, eve->co);
}
else {
/* make a fake plane that's at rightangles to the normal
/* make a fake plane that's at right-angles to the normal
* we can't make a crossvec from a vec that's the same as the vec
* unlikely but possible, so make sure if the normal is (0, 0, 1)
* that vec isn't the same or in the same direction even. */