From 85a0115c4470e7a2170d96b7bdafb0f98d57fe05 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 4 Apr 2022 12:29:30 +1000 Subject: Cleanup: spelling in comments --- source/blender/editors/curve/editcurve_pen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors') diff --git a/source/blender/editors/curve/editcurve_pen.c b/source/blender/editors/curve/editcurve_pen.c index 9f623651c8c..ec3d7f52bcf 100644 --- a/source/blender/editors/curve/editcurve_pen.c +++ b/source/blender/editors/curve/editcurve_pen.c @@ -100,7 +100,7 @@ typedef struct CurvePenData { bool multi_point; /* Whether a point has already been selected. */ bool selection_made; - /* Whether a shift-click occured. */ + /* Whether a shift-click occurred. */ bool select_multi; /* Whether the current handle type of the moved handle is free. */ -- cgit v1.2.3