From 8635733d59943f6863745862f8425db6c0445d82 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 17 Jul 2014 10:22:58 -0700 Subject: Fix typo (overriden -> overridden) --- utils/makehrtf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3