Cleanup: correct spelling in comments

This commit is contained in:
2021-02-05 16:23:34 +11:00
parent b62b923f54
commit 17e1e2bfd8
417 changed files with 833 additions and 823 deletions

View File

@@ -188,7 +188,7 @@ static void mul_v2_m3v3_center(float r[2],
static bool bm_loop_collapse_is_degenerate(BMLoop *l_ear)
{
/* calculate relative to the centeral vertex for higher precision */
/* Calculate relative to the central vertex for higher precision. */
const float *center = l_ear->v->co;
float tri_2d[3][2];