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-29 02:24:25 +0300
committerCampbell Barton <campbell@blender.org>2022-04-29 02:27:46 +0300
commit1e23304fbc402b15d59a16aed400770aecd6a0dd (patch)
tree97d18018cde7f1475151a293e2ec0a018654f1ca /source/blender/editors/space_sequencer
parent9a25a34e42faaeb5fad84c3a0c2d8d15b892278c (diff)
Cleanup: missing declaration warnings & spelling in comments
Diffstat (limited to 'source/blender/editors/space_sequencer')
-rw-r--r--source/blender/editors/space_sequencer/sequencer_drag_drop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_sequencer/sequencer_drag_drop.c b/source/blender/editors/space_sequencer/sequencer_drag_drop.c
index 639d3651714..645c0dc9a1d 100644
--- a/source/blender/editors/space_sequencer/sequencer_drag_drop.c
+++ b/source/blender/editors/space_sequencer/sequencer_drag_drop.c
@@ -203,7 +203,7 @@ static void update_overlay_strip_poistion_data(bContext *C, const int mval[2])
float end_frame = coords->start_frame + coords->strip_len;
if (coords->use_snapping) {
- /* Do snapping via the exsiting transform code. */
+ /* Do snapping via the existing transform code. */
int snap_delta;
float snap_frame;
bool valid_snap;