diff options
Diffstat (limited to 'utils/makehrtf.c')
-rw-r--r-- | utils/makehrtf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/makehrtf.c b/utils/makehrtf.c index b6d269bb..0a1bd043 100644 --- a/utils/makehrtf.c +++ b/utils/makehrtf.c @@ -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) { |