From 7381b66e13510af30079fa3e32aed066a1ac3b38 Mon Sep 17 00:00:00 2001 From: Sergey Dryabzhinsky Date: Sat, 6 Aug 2016 07:43:20 +0300 Subject: [PATCH] typo --- hls/ngx_rtmp_hls_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hls/ngx_rtmp_hls_module.c b/hls/ngx_rtmp_hls_module.c index 120e085..cc95ae0 100644 --- a/hls/ngx_rtmp_hls_module.c +++ b/hls/ngx_rtmp_hls_module.c @@ -573,7 +573,7 @@ ngx_rtmp_hls_write_playlist(ngx_rtmp_session_t *s) fragments_length += f->duration; } /** - * Think that sum of frag length is more than playlist disired length - half minimal frag length + * Think that sum of frag length is more than playlist desired length - half minimal frag length * XXX: sometimes sum of frag lengths are almost playlist length * but key-frames come at random rate... */