summaryrefslogtreecommitdiffstats
path: root/src/mixer
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2021-08-17 15:41:31 -0500
committerBe <be@mixxx.org>2021-08-17 15:41:31 -0500
commit2b9140aa9d14ddf193410d5ca17f27ac5cdf95d5 (patch)
tree3008999d9c9e1d283b33c409cd1fa1098b16c946 /src/mixer
parentbf25de6ae7365d56a5288f988a76d75be4b8cb07 (diff)
parentffdf2a4046dd81608f370e47233a149fcd5194c4 (diff)
Merge remote-tracking branch 'upstream/main' into effects_refactoring
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.