diff avcodec.h @ 6050:aeea94d21156 libavcodec

typo ;)
author ivo
date Fri, 21 Dec 2007 00:22:40 +0000
parents 7fb5a3652990
children bc22d052c6e5
line wrap: on
line diff
--- a/avcodec.h	Thu Dec 20 09:59:07 2007 +0000
+++ b/avcodec.h	Fri Dec 21 00:22:40 2007 +0000
@@ -747,7 +747,7 @@
  * Audio Video Frame.
  * New fields can be added to the end of FF_COMMON_FRAME 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. No fields should be added into AVFrame before or after
  * FF_COMMON_FRAME!
  * sizeof(AVFrame) must not be used outside libav*
@@ -761,7 +761,7 @@
 /**
  * main external API 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(AVCodecContext) must not be used outside libav*
  */