diff avcodec.h @ 5408:20bea6a9950c libavcodec

cosmetics: misc typo fixes
author diego
date Sat, 28 Jul 2007 12:46:26 +0000
parents 9d95fa2bd150
children ad384eda0cb7
line wrap: on
line diff
--- a/avcodec.h	Fri Jul 27 16:31:54 2007 +0000
+++ b/avcodec.h	Sat Jul 28 12:46:26 2007 +0000
@@ -2834,7 +2834,7 @@
  * Frees all static arrays and resets their pointers to 0.
  * Call this function to release all statically allocated tables.
  *
- * @deprecated. Code which uses av_free_static is broken/missdesigned
+ * @deprecated. Code which uses av_free_static is broken/misdesigned
  * and should correctly use static arrays
  *
  */
@@ -2847,7 +2847,7 @@
  *
  * @param[in] size The amount of memory you need in bytes.
  * @return block of memory of the requested size
- * @deprecated. Code which uses av_mallocz_static is broken/missdesigned
+ * @deprecated. Code which uses av_mallocz_static is broken/misdesigned
  * and should correctly use static arrays
  */
 attribute_deprecated void *av_mallocz_static(unsigned int size);