diff wma.c @ 4588:fc155ff94878 libavcodec

cosmetics: Fix another common typo, dependAnt --> dependEnt.
author diego
date Sat, 24 Feb 2007 09:41:43 +0000
parents 0efc832d9102
children 6ac364a4ce2b
line wrap: on
line diff
--- a/wma.c	Sat Feb 24 00:58:28 2007 +0000
+++ b/wma.c	Sat Feb 24 09:41:43 2007 +0000
@@ -108,7 +108,7 @@
         s->nb_block_sizes = 1;
     }
 
-    /* init rate dependant parameters */
+    /* init rate dependent parameters */
     s->use_noise_coding = 1;
     high_freq = s->sample_rate * 0.5;