diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2010-12-26 22:48:13 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2010-12-26 22:48:13 +0000 |
commit | 18f1add31c93940359086465825adada99bd6bc9 (patch) | |
tree | 48b5bb0b58a4a4c24dd5e6ea0f8c5a798bac06ee /libavcodec | |
parent | f150e4dc2cffa7f9f0dd155587e8d7fcc715d5b7 (diff) | |
download | ffmpeg-18f1add31c93940359086465825adada99bd6bc9.tar.gz |
Fix typo.
Originally committed as revision 26099 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/wmavoice.c | 2 |
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. * @{ */ |