# HG changeset patch # User diego # Date 1211966459 0 # Node ID c1b722b7964971868726702a08f6a90129147b83 # Parent 167bd4bec8d1ea39fb85dba9fb4ca44db1cf487f cosmetics: spelling typo fixes diff -r 167bd4bec8d1 -r c1b722b79649 h263.c --- a/h263.c Wed May 28 01:54:09 2008 +0000 +++ b/h263.c Wed May 28 09:20:59 2008 +0000 @@ -5728,7 +5728,7 @@ /** * decodes the user data stuff in the header. - * allso inits divx/xvid/lavc_version/build + * Also initializes divx/xvid/lavc_version/build. */ static int decode_user_data(MpegEncContext *s, GetBitContext *gb){ char buf[256]; diff -r 167bd4bec8d1 -r c1b722b79649 h264.c --- a/h264.c Wed May 28 01:54:09 2008 +0000 +++ b/h264.c Wed May 28 09:20:59 2008 +0000 @@ -3851,7 +3851,7 @@ /** * decodes a slice header. - * this will allso call MPV_common_init() and frame_start() as needed + * This will also call MPV_common_init() and frame_start() as needed. * * @param h h264context * @param h0 h264 master context (differs from 'h' when doing sliced based parallel decoding)