# HG changeset patch # User ivo # Date 1198196560 0 # Node ID 082a99e447951d522dc80ade06ab3cc26455523f # Parent 0182bdddc45e8e8a6449075937afc6dc4b1030cf typo ;) diff -r 0182bdddc45e -r 082a99e44795 avformat.h --- a/avformat.h Thu Dec 20 22:33:53 2007 +0000 +++ b/avformat.h Fri Dec 21 00:22:40 2007 +0000 @@ -272,7 +272,7 @@ /** * Stream structure. * New fields can be added to the end with minor version bumps. - * Removial, reordering and changes to existing fields require a Major + * Removal, reordering and changes to existing fields require a Major * version bump. * sizeof(AVStream) must not be used outside libav* */ @@ -353,7 +353,7 @@ /** * * New fields can be added to the end with minor version bumps. - * Removial, reordering and changes to existing fields require a Major + * Removal, reordering and changes to existing fields require a Major * version bump. * sizeof(AVProgram) must not be used outside libav* */ @@ -375,7 +375,7 @@ /** * format I/O context. * New fields can be added to the end with minor version bumps. - * Removial, reordering and changes to existing fields require a Major + * Removal, reordering and changes to existing fields require a Major * version bump. * sizeof(AVFormatContext) must not be used outside libav* */ diff -r 0182bdddc45e -r 082a99e44795 avio.h --- a/avio.h Thu Dec 20 22:33:53 2007 +0000 +++ b/avio.h Fri Dec 21 00:22:40 2007 +0000 @@ -32,7 +32,7 @@ /** * URL Context. * New fields can be added to the end with minor version bumps. - * Removial, reordering and changes to existing fields require a Major + * Removal, reordering and changes to existing fields require a Major * version bump. * sizeof(URLContext) must not be used outside libav* */ @@ -145,7 +145,7 @@ /** * Bytestream IO Context. * New fields can be added to the end with minor version bumps. - * Removial, reordering and changes to existing fields require a Major + * Removal, reordering and changes to existing fields require a Major * version bump. * sizeof(ByteIOContext) must not be used outside libav* */