summaryrefslogtreecommitdiff
path: root/libavformat/swf.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-07-28 12:46:26 +0000
committerDiego Biurrun <diego@biurrun.de>2007-07-28 12:46:26 +0000
commitdf3a80b50a452f54878f5011207a864d703a943d (patch)
treef33f2102df6183e8c6225adeda1ced76cc4542ec /libavformat/swf.c
parentbd35bdf1b2e716e7d0ea600d1af9a782ebc2ec61 (diff)
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.c2
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;