Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-06-09 18:55:42 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-06-09 19:22:45 +0300
commit25d8ce16b53d64a9921243e9b4f816f97659b4be (patch)
treecd9f2f435f88367fd717e2f87c49ef722382267a /source/blender/editors/space_graph/graph_select.c
parent59553d47c0075404790214b63e0edc55c48c5d90 (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/editors/space_graph/graph_select.c')
-rw-r--r--source/blender/editors/space_graph/graph_select.c4
1 files changed, 2 insertions, 2 deletions
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.
*/