diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-07-28 12:46:26 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-07-28 12:46:26 +0000 |
commit | df3a80b50a452f54878f5011207a864d703a943d (patch) | |
tree | f33f2102df6183e8c6225adeda1ced76cc4542ec /libavformat/swf.c | |
parent | bd35bdf1b2e716e7d0ea600d1af9a782ebc2ec61 (diff) | |
download | ffmpeg-df3a80b50a452f54878f5011207a864d703a943d.tar.gz |
cosmetics: misc typo fixes
Originally committed as revision 9815 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/swf.c')
-rw-r--r-- | libavformat/swf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/swf.c b/libavformat/swf.c index 286462381b..88981076e4 100644 --- a/libavformat/swf.c +++ b/libavformat/swf.c @@ -283,7 +283,7 @@ static int swf_write_header(AVFormatContext *s) } if (!video_enc) { - /* currenty, cannot work correctly if audio only */ + /* currently, cannot work correctly if audio only */ swf->video_type = 0; width = 320; height = 200; |