Misc. typos

Found via ` codespell -q 3 -S *.ts,*.xml -L ba,froms,seeked`
This commit is contained in:
luz.paz
2019-04-24 11:34:56 -04:00
parent c5f63ec2c5
commit 52d03aacd6
15 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -2093,7 +2093,7 @@ void TimelineWidget::mouseMoveEvent(QMouseEvent *event) {
if (!(link->track() >= minimum_selection_track
&& link->track() <= maximum_selection_track)) {
// clip is not in selectin area, time to select it
// clip is not in selection area, time to select it
Selection link_sel;
link_sel.in = selection_in;
link_sel.out = selection_out;