diff vamp/CQChromaVamp.cpp @ 155:72dd182be968

Typo fix
author Chris Cannam <c.cannam@qmul.ac.uk>
date Mon, 14 Jul 2014 12:44:37 +0100
parents 459beada2635
children 1081c73fbbe3
line wrap: on
line diff
--- a/vamp/CQChromaVamp.cpp	Mon Jul 14 12:42:30 2014 +0100
+++ b/vamp/CQChromaVamp.cpp	Mon Jul 14 12:44:37 2014 +0100
@@ -82,7 +82,7 @@
 string
 CQChromaVamp::getDescription() const
 {
-    return "Extract a Constant-Q spectrogram with constant ratio of centre frequency to resolution from the audio, then wrapping it around into a single-octave chromagram.";
+    return "Extract a Constant-Q spectrogram with constant ratio of centre frequency to resolution from the audio, then wrap it around into a single-octave chromagram.";
 }
 
 string