Cleanup: spelling in comments

This commit is contained in:
2022-12-17 13:14:01 +11:00
parent 067fe443d8
commit 6797de4e10
8 changed files with 14 additions and 14 deletions

View File

@@ -582,8 +582,8 @@ void ED_mesh_report_mirror_ex(struct wmOperator *op, int totmirr, int totfail, c
struct Mesh *ED_mesh_context(struct bContext *C);
/**
* Split all edges that would appear sharp based onface and edge sharpness tags and the auto smooth
* angle.
* Split all edges that would appear sharp based on face and edge sharpness tags and the
* auto smooth angle.
*/
void ED_mesh_split_faces(struct Mesh *mesh);