From 23f1dea4408fa87db5193b88b4315d8de15804b2 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 9 Sep 2020 13:19:50 +1000 Subject: Cleanup: spelling --- source/blender/editors/uvedit/uvedit_unwrap_ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/uvedit') diff --git a/source/blender/editors/uvedit/uvedit_unwrap_ops.c b/source/blender/editors/uvedit/uvedit_unwrap_ops.c index 49f11cd6a74..f043dc92624 100644 --- a/source/blender/editors/uvedit/uvedit_unwrap_ops.c +++ b/source/blender/editors/uvedit/uvedit_unwrap_ops.c @@ -261,7 +261,7 @@ static void construct_param_handle_face_add(ParamHandle *handle, key = (ParamKey)face_index; /* let parametrizer split the ngon, it can make better decisions - * about which split is best for unwrapping than scanfill */ + * about which split is best for unwrapping than poly-fill. */ BM_ITER_ELEM_INDEX (l, &liter, efa, BM_LOOPS_OF_FACE, i) { MLoopUV *luv = BM_ELEM_CD_GET_VOID_P(l, cd_loop_uv_offset); -- cgit v1.2.3