summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-07-26 22:06:19 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-07-26 22:06:19 +0200
commit29a43bd588b03766d0e9accbaebfc255a1709862 (patch)
tree25381e32d0723fe0ee523b8238fb16d6e58afadf /libavformat
parentc5327df838396e7c43a56bdd141c0f01ba3edc94 (diff)
avformat/hlsenc: Fix wording in comment
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/hlsenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
index eea7c8165f..2c0c6f0697 100644
--- a/libavformat/hlsenc.c
+++ b/libavformat/hlsenc.c
@@ -662,7 +662,7 @@ static int hls_write_header(AVFormatContext *s)
else if (hls->vtt_avf)
inner_st = hls->vtt_avf->streams[0];
else {
- /* We have subtitle stream, when user dont want */
+ /* We have a subtitle stream, when the user does not want one */
inner_st = NULL;
continue;
}