summaryrefslogtreecommitdiff
path: root/libavcodec/shorten.c
diff options
context:
space:
mode:
authorLou Logan <lou@lrcd.com>2012-06-28 12:01:06 -0800
committerMichael Niedermayer <michaelni@gmx.at>2012-06-29 14:54:15 +0200
commit6851130fd61ff8af615f6270f3a3c8dec7a0cfbd (patch)
tree47212f8f88c480c3fe9c66c659ad5b922d32389a /libavcodec/shorten.c
parent0692d4c890bcefa708b8ee05c9f89baa2b25a22a (diff)
cosmetics: minor libavcodec spelling errors
Also update some common misspelled words in patcheck Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/shorten.c')
-rw-r--r--libavcodec/shorten.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/shorten.c b/libavcodec/shorten.c
index a0b371dc92..66261d2a1a 100644
--- a/libavcodec/shorten.c
+++ b/libavcodec/shorten.c
@@ -525,7 +525,7 @@ static int shorten_decode_frame(AVCodecContext *avctx, void *data,
/* get Rice code for residual decoding */
if (cmd != FN_ZERO) {
residual_size = get_ur_golomb_shorten(&s->gb, ENERGYSIZE);
- /* this is a hack as version 0 differed in defintion of get_sr_golomb_shorten */
+ /* this is a hack as version 0 differed in definition of get_sr_golomb_shorten */
if (s->version == 0)
residual_size--;
}