1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-02 06:08:44 +01:00

Fix minor typos

This commit is contained in:
Yuri Chornoivan
2020-04-11 10:08:33 +03:00
committed by James Crook
parent f420a546a0
commit d1ada5f08c
116 changed files with 195 additions and 195 deletions

View File

@@ -1187,7 +1187,7 @@ ClipParameters::ClipParameters
hiddenMid.width -= hiddenLeftOffset;
}
// If the right edge of the track is to the left of the the right
// If the right edge of the track is to the left of the right
// edge of the display, then there's some unused area to the right
// of the track. Reduce the "hiddenMid" rect by the
// size of the blank area.
@@ -1218,7 +1218,7 @@ ClipParameters::ClipParameters
mid.width -= leftOffset;
}
// If the right edge of the track is to the left of the the right
// If the right edge of the track is to the left of the right
// edge of the display, then there's some unused area to the right
// of the track. Reduce the "mid" rect by the
// size of the blank area.