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-04-04 05:29:30 +0300
committerCampbell Barton <campbell@blender.org>2022-04-04 05:35:33 +0300
commit85a0115c4470e7a2170d96b7bdafb0f98d57fe05 (patch)
tree7cc0fdbbdadead3176a5fc280b202100033f7190 /source/blender/editors/curve/editcurve_pen.c
parent27fea7a3a57e944a318dddd8f63736218576df01 (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/editors/curve/editcurve_pen.c')
-rw-r--r--source/blender/editors/curve/editcurve_pen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/curve/editcurve_pen.c b/source/blender/editors/curve/editcurve_pen.c
index 9f623651c8c..ec3d7f52bcf 100644
--- a/source/blender/editors/curve/editcurve_pen.c
+++ b/source/blender/editors/curve/editcurve_pen.c
@@ -100,7 +100,7 @@ typedef struct CurvePenData {
bool multi_point;
/* Whether a point has already been selected. */
bool selection_made;
- /* Whether a shift-click occured. */
+ /* Whether a shift-click occurred. */
bool select_multi;
/* Whether the current handle type of the moved handle is free. */