diff movenc.c @ 2165:eac986610f47 libavformat

misc typo fixes
author diego
date Tue, 12 Jun 2007 18:50:50 +0000
parents 3804e39efbfd
children 886efa933499
line wrap: on
line diff
--- a/movenc.c	Tue Jun 12 09:29:25 2007 +0000
+++ b/movenc.c	Tue Jun 12 18:50:50 2007 +0000
@@ -78,7 +78,7 @@
     MOVTrack tracks[MAX_STREAMS];
 } MOVContext;
 
-//FIXME supprt 64bit varaint with wide placeholders
+//FIXME support 64 bit variant with wide placeholders
 static offset_t updateSize (ByteIOContext *pb, offset_t pos)
 {
     offset_t curpos = url_ftell(pb);