From 29a43bd588b03766d0e9accbaebfc255a1709862 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 26 Jul 2015 22:06:19 +0200 Subject: [PATCH] avformat/hlsenc: Fix wording in comment Signed-off-by: Michael Niedermayer --- libavformat/hlsenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }