From c03650073e60194500e13dc996168c4930970f5b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 16 Feb 2021 21:15:45 +1100 Subject: Cleanup: spelling --- source/blender/editors/curve/editcurve.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/editors/curve/editcurve.c') diff --git a/source/blender/editors/curve/editcurve.c b/source/blender/editors/curve/editcurve.c index 439515ed80f..0593cedb5a1 100644 --- a/source/blender/editors/curve/editcurve.c +++ b/source/blender/editors/curve/editcurve.c @@ -3111,7 +3111,7 @@ void CURVE_OT_smooth_weight(wmOperatorType *ot) ot->description = "Interpolate weight of selected points"; ot->idname = "CURVE_OT_smooth_weight"; - /* api clastbacks */ + /* api callbacks */ ot->exec = curve_smooth_weight_exec; ot->poll = ED_operator_editsurfcurve; @@ -3154,7 +3154,7 @@ void CURVE_OT_smooth_radius(wmOperatorType *ot) ot->description = "Interpolate radii of selected points"; ot->idname = "CURVE_OT_smooth_radius"; - /* api clastbacks */ + /* api callbacks */ ot->exec = curve_smooth_radius_exec; ot->poll = ED_operator_editsurfcurve; @@ -3197,7 +3197,7 @@ void CURVE_OT_smooth_tilt(wmOperatorType *ot) ot->description = "Interpolate tilt of selected points"; ot->idname = "CURVE_OT_smooth_tilt"; - /* api clastbacks */ + /* api callbacks */ ot->exec = curve_smooth_tilt_exec; ot->poll = ED_operator_editsurfcurve; -- cgit v1.2.3