diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-07-05 22:56:45 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-07-05 22:56:45 +0000 |
commit | da2e9781bb7eebefb707c4548b85fc7b728d1f50 (patch) | |
tree | cb35e3aa22ecfd04d62b048e24a82e9fd0f3a03e /libavutil/md5.c | |
parent | 277e84f5648aba9a9b06b1baaa5469d761c4c679 (diff) | |
download | ffmpeg-da2e9781bb7eebefb707c4548b85fc7b728d1f50.tar.gz |
spelling typo
Originally committed as revision 5633 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/md5.c')
-rw-r--r-- | libavutil/md5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/md5.c b/libavutil/md5.c index 557cc82286..4ea59b6691 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" |