lavc: fix misspelling in comment
authorDustin Brody <libav@parsoma.net>
Sat, 6 Aug 2011 00:38:46 +0000 (20:38 -0400)
committerRonald S. Bultje <rsbultje@gmail.com>
Sat, 6 Aug 2011 01:18:38 +0000 (18:18 -0700)
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
libavcodec/avcodec.h

index eaf63e8..74a60ae 100644 (file)
@@ -1440,7 +1440,7 @@ typedef struct AVCodecContext {
     float b_quant_offset;
 
     /**
-     * Error recognization; higher values will detect more errors but may
+     * Error recognition; higher values will detect more errors but may
      * misdetect some more or less valid parts as errors.
      * - encoding: unused
      * - decoding: Set by user.