[SCM] libav/experimental: spelling typo

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:48:45 UTC 2013


The following commit has been merged in the experimental branch:
commit da2e9781bb7eebefb707c4548b85fc7b728d1f50
Author: Diego Biurrun <diego at biurrun.de>
Date:   Wed Jul 5 22:56:45 2006 +0000

    spelling typo
    
    Originally committed as revision 5633 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/mem.c b/libavcodec/mem.c
index 118463b..f9be906 100644
--- a/libavcodec/mem.c
+++ b/libavcodec/mem.c
@@ -122,7 +122,7 @@ void *av_realloc(void *ptr, unsigned int size)
 /**
  * Free memory which has been allocated with av_malloc(z)() or av_realloc().
  * NOTE: ptr = NULL is explicetly allowed
- * Note2: it is recommanded that you use av_freep() instead
+ * Note2: it is recommended that you use av_freep() instead
  */
 void av_free(void *ptr)
 {
diff --git a/libavutil/md5.c b/libavutil/md5.c
index 557cc82..4ea59b6 100644
--- a/libavutil/md5.c
+++ b/libavutil/md5.c
@@ -12,7 +12,7 @@
  * simplified, cleaned and IMO redundant comments removed by michael
  *
  * if you use gcc, then version 4.1 or later and -fomit-frame-pointer is
- * strongly recommanded
+ * strongly recommended
  */
 
 #include "common.h"

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list