summaryrefslogtreecommitdiffstats
path: root/src/track
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-05-07 13:45:40 +0200
committerGitHub <noreply@github.com>2020-05-07 13:45:40 +0200
commitf377653ff9047f2ca12f3875e23cc7edfdc19345 (patch)
tree4f62519762a21ce4fa947cfe24414f2186f4f97a /src/track
parentbce22528ca0ba5bde7be5c256e92afea82d3bd0a (diff)
track/serato/tags: Fix typo in comment
Co-authored-by: Be <be.0@gmx.com>
Diffstat (limited to 'src/track')
-rw-r--r--src/track/serato/tags.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/track/serato/tags.cpp b/src/track/serato/tags.cpp
index 4ade7d014f..0409a9c26a 100644
--- a/src/track/serato/tags.cpp
+++ b/src/track/serato/tags.cpp
@@ -20,7 +20,7 @@ const QString kDecoderName(QStringLiteral("Unknown"));
/// In Serato, loops and hotcues are kept separate, i. e. you can
/// have a loop and a hotcue with the same number. In Mixxx, loops
-/// and hotcues share indices. Hence, we import them with and offset
+/// and hotcues share indices. Hence, we import them with an offset
/// of 8 (the maximum number of hotcues in Serato).
const int kLoopIndexOffset = 8;