diff options
author | Jai Menon <jmenon86@gmail.com> | 2010-04-28 20:08:02 +0000 |
---|---|---|
committer | Jai Menon <jmenon86@gmail.com> | 2010-04-28 20:08:02 +0000 |
commit | 707cd944d61087dc1ea584ba7f0164919f42cda9 (patch) | |
tree | 3c1f8e8d5044177fc7fe0639ceeaf2672049043a | |
parent | 2308b6c19a74c0b1af58c12ab379976b54bc83a2 (diff) | |
download | ffmpeg-707cd944d61087dc1ea584ba7f0164919f42cda9.tar.gz |
Fix typo.
Originally committed as revision 22988 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavutil/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/log.h b/libavutil/log.h index 566440f854..1c3e490139 100644 --- a/libavutil/log.h +++ b/libavutil/log.h @@ -51,7 +51,7 @@ typedef struct { /** * LIBAVUTIL_VERSION with which this structure was created. - * This is used to allow fields to be added without requireing major + * This is used to allow fields to be added without requiring major * version bumps everywhere. */ |