From 25d8ce16b53d64a9921243e9b4f816f97659b4be Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 10 Jun 2021 01:55:42 +1000 Subject: Cleanup: spelling in comments --- source/blender/editors/space_graph/graph_select.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/space_graph/graph_select.c') diff --git a/source/blender/editors/space_graph/graph_select.c b/source/blender/editors/space_graph/graph_select.c index b9c235873a7..0e22a2fffe1 100644 --- a/source/blender/editors/space_graph/graph_select.c +++ b/source/blender/editors/space_graph/graph_select.c @@ -718,7 +718,7 @@ static bool rectf_curve_intersection( * to select a curve by sampling it at various points instead of trying to select the * keyframes directly. * The selection actions done to a curve are actually done on all the keyframes of the curve. - * Note: This function is only called if no keyframe is in the seletion area. + * Note: This function is only called if no keyframe is in the selection area. */ static void box_select_graphcurves(bAnimContext *ac, const rctf *rectf_view, @@ -739,7 +739,7 @@ static void box_select_graphcurves(bAnimContext *ac, FCurve *last_selected_curve = NULL; /* Go through all the curves and try selecting them. This function is only called - * if no keyframe is in the seletion area, so we only have to check if the curve + * if no keyframe is in the selection area, so we only have to check if the curve * intersects the area in order to check if the selection/deselection must happen. */ -- cgit v1.2.3