diff mpegaudiodec.c @ 6350:8e63d869a904 libavcodec

typo fix: inited --> initialized
author diego
date Wed, 13 Feb 2008 09:26:10 +0000
parents dfdff1ca78a7
children 771eb7ea8b3f
line wrap: on
line diff
--- a/mpegaudiodec.c	Wed Feb 13 08:05:51 2008 +0000
+++ b/mpegaudiodec.c	Wed Feb 13 09:26:10 2008 +0000
@@ -2524,7 +2524,7 @@
     /* Init the first mp3 decoder in standard way, so that all tables get builded
      * We replace avctx->priv_data with the context of the first decoder so that
      * decode_init() does not have to be changed.
-     * Other decoders will be inited here copying data from the first context
+     * Other decoders will be initialized here copying data from the first context
      */
     // Allocate zeroed memory for the first decoder context
     s->mp3decctx[0] = av_mallocz(sizeof(MPADecodeContext));