Fix typo (overriden -> overridden)
This commit is contained in:
parent
15d7ed2f0d
commit
8635733d59
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user