Fix typo (overriden -> overridden)

This commit is contained in:
Chris Robinson 2014-07-17 10:22:58 -07:00
parent 15d7ed2f0d
commit 8635733d59

View File

@ -2204,7 +2204,7 @@ static int ProcessMetrics (TokenReaderT * tr, const uint fftSize, const uint tru
return (0);
points = (uint) intVal;
if ((fftSize > 0) && (points > fftSize)) {
TrErrorAt (tr, line, col, "Value exceeds the overriden FFT size.\n");
TrErrorAt (tr, line, col, "Value exceeds the overridden FFT size.\n");
return (0);
}
if (points < truncSize) {