From aec9e0e1b61a10e62612522bf3f86e0afd7294a3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 29 Mar 2020 16:33:51 +1100 Subject: Cleanup: spelling, comments --- source/blender/editors/sculpt_paint/sculpt_pose.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/sculpt_paint') diff --git a/source/blender/editors/sculpt_paint/sculpt_pose.c b/source/blender/editors/sculpt_paint/sculpt_pose.c index 52cdc876b32..fde4a9d1d23 100644 --- a/source/blender/editors/sculpt_paint/sculpt_pose.c +++ b/source/blender/editors/sculpt_paint/sculpt_pose.c @@ -460,7 +460,7 @@ static bool pose_face_sets_floodfill_cb( if (symmetry_check && !SCULPT_vertex_has_unique_face_set(ss, index)) { - /* We only add coordiates for calculating the origin when it is possible to go from this + /* We only add coordinates for calculating the origin when it is possible to go from this * vertex to another vertex in a valid face set for the next iteration. */ bool count_as_boundary = false; -- cgit v1.2.3