summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2019-08-18 12:52:24 +0200
committerDaniel Schürmann <daschuer@mixxx.org>2019-08-18 12:52:24 +0200
commit7e94827665fb11aa22a8a87aace8d9eb31af991b (patch)
tree0c69ec762eba65a66a43aa169bc874227647be20 /lib
parentd94c702974e16a1b8a84d152b42c83ee42b6eb03 (diff)
fix typo
Diffstat (limited to 'lib')
-rw-r--r--lib/qm-dsp/dsp/keydetection/GetKeyMode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/qm-dsp/dsp/keydetection/GetKeyMode.cpp b/lib/qm-dsp/dsp/keydetection/GetKeyMode.cpp
index 7d62253909..3bb44ae567 100644
--- a/lib/qm-dsp/dsp/keydetection/GetKeyMode.cpp
+++ b/lib/qm-dsp/dsp/keydetection/GetKeyMode.cpp
@@ -233,7 +233,7 @@ int GetKeyMode::process(double *pcmData)
}
for (k = 0; k < kBinsPerOctave; k++) {
- // The cromagram and the major and minor profiles have the has the
+ // The cromagram and the major and minor profiles have the
// center of C at bin 1. We want to have the correlation for C result
// also at 1. To achieve this we have to shift by one:
m_majCorr[k] = krumCorr(m_meanHPCP, m_majProfileNorm, (int)k - 1, kBinsPerOctave);