shithub: sox

Download patch

ref: 227f0062e6bd23e2c6a95533aa677b7e9bd7e717
parent: f8a238ccfdd7199fc1ba016d89a6943605839456
author: robs <robs>
date: Mon Mar 12 02:55:32 EDT 2007

fix comment typo

--- a/src/deemph.h
+++ b/src/deemph.h
@@ -100,7 +100,7 @@
 p->b1 = -0.08782333709141937339;
 
 
-/* The sample-rate must be 44100 as this has been harded coded into the
+/* The sample-rate must be 44100 as this has been hard-coded into the
  * pre-calculated filter coefficients.
  */
 if (effp->ininfo.rate != 44100) {