Cleanup: spelling in comments

This commit is contained in:
2021-10-18 11:16:24 +11:00
parent 452c78757f
commit c5a13ffcb4
32 changed files with 53 additions and 52 deletions

View File

@@ -1325,7 +1325,7 @@ bool peelObjectsTransform(TransInfo *t,
}
}
}
/* in this case has only one hit. treat as raycast */
/* In this case has only one hit. treat as ray-cast. */
if (hit_max == NULL) {
hit_max = hit_min;
}