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 <campbell@blender.org>2022-09-29 03:28:39 +0300
committerCampbell Barton <campbell@blender.org>2022-09-29 03:28:39 +0300
commitc1548938a46ffcfe4b2a2cbeaee0e0ca02cedfc1 (patch)
tree3d1827584489d6955f563790b0fc993cd4365506 /source/blender/editors/space_graph
parentd459219307fef6d00c333c5d89707e007d18ebdb (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/editors/space_graph')
-rw-r--r--source/blender/editors/space_graph/space_graph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_graph/space_graph.c b/source/blender/editors/space_graph/space_graph.c
index fa2029db835..1dc02fee59d 100644
--- a/source/blender/editors/space_graph/space_graph.c
+++ b/source/blender/editors/space_graph/space_graph.c
@@ -838,7 +838,7 @@ static void graph_blend_write(BlendWriter *writer, SpaceLink *sl)
BLO_write_struct(writer, bDopeSheet, sipo->ads);
}
- /* reenable ghost curves */
+ /* Re-enable ghost curves. */
sipo->runtime.ghost_curves = tmpGhosts;
}