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>2020-03-04 13:45:40 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-04 13:46:16 +0300
commit6706ae57123357a9e2e3ea518cbafefe55f1cf15 (patch)
treea5206001f68dede0c8078f230225cd94ae41a677 /source/blender/editors/space_graph
parent4bfa256ea48e51643f848e8dfdaeab615f7b1a88 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/editors/space_graph')
-rw-r--r--source/blender/editors/space_graph/graph_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_graph/graph_select.c b/source/blender/editors/space_graph/graph_select.c
index a3f7496d13b..82b8277cde5 100644
--- a/source/blender/editors/space_graph/graph_select.c
+++ b/source/blender/editors/space_graph/graph_select.c
@@ -1485,7 +1485,7 @@ static int mouse_graph_keys(bAnimContext *ac,
if (!curves_only && ((nvi->fcu->flag & FCURVE_PROTECTED) == 0)) {
/* only if there's keyframe */
if (nvi->bezt) {
- bezt = nvi->bezt; /* used to check bezt seletion is set */
+ bezt = nvi->bezt; /* Used to check `bezt` selection is set. */
/* depends on selection mode */
if (select_mode == SELECT_INVERT) {
if (nvi->hpoint == NEAREST_HANDLE_KEY) {