aboutsummaryrefslogtreecommitdiffstats
path: root/utils/makehrtf.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-07-17 10:22:58 -0700
committerChris Robinson <[email protected]>2014-07-17 10:22:58 -0700
commit8635733d59943f6863745862f8425db6c0445d82 (patch)
tree4f168a57d3af4c504943fd73b4220f07edb1a2a7 /utils/makehrtf.c
parent15d7ed2f0de52376db4ee6a2f208e50e4dd897b2 (diff)
Fix typo (overriden -> overridden)
Diffstat (limited to 'utils/makehrtf.c')
-rw-r--r--utils/makehrtf.c2
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) {