diff --git a/libavcodec/ac3enc.c b/libavcodec/ac3enc.c index 1b95e8060f..b5a6197484 100644 --- a/libavcodec/ac3enc.c +++ b/libavcodec/ac3enc.c @@ -676,7 +676,7 @@ static int AC3_encode_init(AVCodecContext *avctx) } else { /* use default bandwidth setting */ /* XXX: should compute the bandwidth according to the frame - size, so that we avoid anoying high freq artefacts */ + size, so that we avoid anoying high freq artifacts */ bw_code = 50; } for(ch=0;chnb_channels;ch++) {