shithub: libsamplerate

Download patch

ref: b16609338307966dd259a871d3cc94a0294b51e0
parent: d1831179168899297cd3f8d1d249520fde016913
author: Erik de Castro Lopo <erikd@miles>
date: Sun Oct 31 17:27:41 EST 2004

Fix tiny typo.

--- a/FIR-POLY/timeline.m
+++ b/FIR-POLY/timeline.m
@@ -21,7 +21,7 @@
 mt = ((1 - stretch) * t + stretch  * t.^2) - 0.5 ;
 
 
-# Basically a Nuttall indow
+# Basically a Nuttall window
 ak = [0.42323 0.49755 0.07922] ;
 
 w = zeros (1, len) ;