diff avformat.h @ 2850:082a99e44795 libavformat

typo ;)
author ivo
date Fri, 21 Dec 2007 00:22:40 +0000
parents 625c2c60f585
children 979a885a7686
line wrap: on
line diff
--- 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*
  */