From bb6765f28fdde392976c38712c851d0ef8c75a2c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 18 Mar 2021 09:35:12 +1100 Subject: Cleanup: spelling --- source/blender/editors/curve/editcurve_paint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/curve') diff --git a/source/blender/editors/curve/editcurve_paint.c b/source/blender/editors/curve/editcurve_paint.c index 889041daacf..48a36ff276d 100644 --- a/source/blender/editors/curve/editcurve_paint.c +++ b/source/blender/editors/curve/editcurve_paint.c @@ -650,7 +650,7 @@ static void curve_draw_exec_precalc(wmOperator *op) prop = RNA_struct_find_property(op->ptr, "error_threshold"); if (!RNA_property_is_set(op->ptr, prop)) { - /* error isnt set so we'll have to calculate it from the pixel values */ + /* Error isn't set so we'll have to calculate it from the pixel values. */ BLI_mempool_iter iter; const struct StrokeElem *selem, *selem_prev; -- cgit v1.2.3