summaryrefslogtreecommitdiff
path: root/libavformat/wtvdec.c
diff options
context:
space:
mode:
authorLou Logan <lou@lrcd.com>2012-07-05 15:38:53 -0800
committerMichael Niedermayer <michaelni@gmx.at>2012-07-06 17:08:22 +0200
commitb22ecbc6a57cb721960783af3168c1a9332ea3db (patch)
tree7e1f32b4e9bd667cadcf65d8c4341efe8b24debb /libavformat/wtvdec.c
parent60270eb482ed43b370bb2a9c5350cc3d54e61a0f (diff)
cosmetics: various spelling fixes
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/wtvdec.c')
-rw-r--r--libavformat/wtvdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/wtvdec.c b/libavformat/wtvdec.c
index bbd7c23724..b21b0970f2 100644
--- a/libavformat/wtvdec.c
+++ b/libavformat/wtvdec.c
@@ -208,7 +208,7 @@ static AVIOContext * wtvfile_open_sector(int first_sector, uint64_t length, int
}
wf->length = length;
- /* seek to intial sector */
+ /* seek to initial sector */
wf->position = 0;
if (avio_seek(s->pb, (int64_t)wf->sectors[0] << WTV_SECTOR_BITS, SEEK_SET) < 0) {
av_free(wf->sectors);