From 6851130fd61ff8af615f6270f3a3c8dec7a0cfbd Mon Sep 17 00:00:00 2001 From: Lou Logan Date: Thu, 28 Jun 2012 12:01:06 -0800 Subject: cosmetics: minor libavcodec spelling errors Also update some common misspelled words in patcheck Signed-off-by: Michael Niedermayer --- libavcodec/atrac1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/atrac1.c') diff --git a/libavcodec/atrac1.c b/libavcodec/atrac1.c index da91316484..cd14ac02ab 100644 --- a/libavcodec/atrac1.c +++ b/libavcodec/atrac1.c @@ -246,7 +246,7 @@ static int at1_unpack_dequant(GetBitContext* gb, AT1SUCtx* su, */ spec[pos+i] = get_sbits(gb, word_len) * scale_factor * max_quant; } - } else { /* word_len = 0 -> empty BFU, zero all specs in the emty BFU */ + } else { /* word_len = 0 -> empty BFU, zero all specs in the empty BFU */ memset(&spec[pos], 0, num_specs * sizeof(float)); } } -- cgit v1.2.3