From 91fd7398f4c9802b9c7188fc908a8f31acef5932 Mon Sep 17 00:00:00 2001 From: Ivo van Poorten Date: Fri, 21 Dec 2007 00:22:40 +0000 Subject: typo ;) Originally committed as revision 11287 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavformat/avio.h') diff --git a/libavformat/avio.h b/libavformat/avio.h index 0d90e3b945..a22d43432f 100644 --- a/libavformat/avio.h +++ b/libavformat/avio.h @@ -32,7 +32,7 @@ typedef int64_t offset_t; /** * 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 @@ int register_protocol(URLProtocol *protocol); /** * 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* */ -- cgit v1.2.3