From 3882b3fdd0eb80785e3fe44d83c6bbd18be77267 Mon Sep 17 00:00:00 2001 From: Uwe Klotz Date: Fri, 13 Aug 2021 11:05:20 +0200 Subject: Fix codespell warnings --- src/mixer/basetrackplayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mixer') 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. -- cgit v1.2.3