---
 libavcodec/atrac1.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/atrac1.c b/libavcodec/atrac1.c
index 1ba580c..d129f10 100644
--- a/libavcodec/atrac1.c
+++ b/libavcodec/atrac1.c
@@ -282,7 +282,7 @@ static int atrac1_decode_frame(AVCodecContext *avctx, void 
*data,
 
 
     if (buf_size < 212 * q->channels) {
-        av_log(q,AV_LOG_ERROR,"Not enought data to decode!\n");
+        av_log(q,AV_LOG_ERROR,"Not enough data to decode!\n");
         return -1;
     }
 
-- 
1.7.1

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to