summaryrefslogtreecommitdiffstats
path: root/src/mixer
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2021-08-13 11:05:20 +0200
committerUwe Klotz <uklotz@mixxx.org>2021-08-13 11:05:57 +0200
commit3882b3fdd0eb80785e3fe44d83c6bbd18be77267 (patch)
tree0cb988884e2a2cb8e1bce9339fd96cefb27a94b8 /src/mixer
parent48fb24daaa6607bb8d2f6baee5ee4acbdb698e53 (diff)
Fix codespell warnings
Diffstat (limited to 'src/mixer')
-rw-r--r--src/mixer/basetrackplayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixer/basetrackplayer.cpp b/src/mixer/basetrackplayer.cpp
index fc610b66cd..bf0ee45758 100644
--- a/src/mixer/basetrackplayer.cpp
+++ b/src/mixer/basetrackplayer.cpp
@@ -275,7 +275,7 @@ void BaseTrackPlayerImpl::loadTrack(TrackPointer pTrack) {
loop.startPosition <= loop.endPosition) {
// TODO: For all loop cues, both end and start positions should
// be valid and the end position should be greater than the
- // start positon. We should use a VERIFY_OR_DEBUG_ASSERT to
+ // start position. We should use a VERIFY_OR_DEBUG_ASSERT to
// check this. To make this possible, we need to ensure that
// all invalid cues are discarded when saving cues to the
// database first.