summaryrefslogtreecommitdiff
path: root/libavcodec/wmavoice.c
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2010-12-26 22:48:13 +0000
committerRonald S. Bultje <rsbultje@gmail.com>2010-12-26 22:48:13 +0000
commit18f1add31c93940359086465825adada99bd6bc9 (patch)
tree48b5bb0b58a4a4c24dd5e6ea0f8c5a798bac06ee /libavcodec/wmavoice.c
parentf150e4dc2cffa7f9f0dd155587e8d7fcc715d5b7 (diff)
Fix typo.
Originally committed as revision 26099 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/wmavoice.c')
-rw-r--r--libavcodec/wmavoice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/wmavoice.c b/libavcodec/wmavoice.c
index 76c2ef5aea..aa3b2b8737 100644
--- a/libavcodec/wmavoice.c
+++ b/libavcodec/wmavoice.c
@@ -256,7 +256,7 @@ typedef struct {
/**
* @}
* @defgroup post_filter Postfilter values
- * Varibales used for postfilter implementation, mostly history for
+ * Variables used for postfilter implementation, mostly history for
* smoothing and so on, and context variables for FFT/iFFT.
* @{
*/