diff options
author | Lou Logan <lou@lrcd.com> | 2012-07-05 15:38:53 -0800 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-07-06 17:08:22 +0200 |
commit | b22ecbc6a57cb721960783af3168c1a9332ea3db (patch) | |
tree | 7e1f32b4e9bd667cadcf65d8c4341efe8b24debb /libavformat/hls.c | |
parent | 60270eb482ed43b370bb2a9c5350cc3d54e61a0f (diff) | |
download | ffmpeg-b22ecbc6a57cb721960783af3168c1a9332ea3db.tar.gz |
cosmetics: various spelling fixes
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/hls.c')
-rw-r--r-- | libavformat/hls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/hls.c b/libavformat/hls.c index 1449f40bc6..a51a616d38 100644 --- a/libavformat/hls.c +++ b/libavformat/hls.c @@ -42,7 +42,7 @@ * An apple http stream consists of a playlist with media segment files, * played sequentially. There may be several playlists with the same * video content, in different bandwidth variants, that are played in - * parallel (preferrably only one bandwidth variant at a time). In this case, + * parallel (preferably only one bandwidth variant at a time). In this case, * the user supplied the url to a main playlist that only lists the variant * playlists. * |