From 2be93e47ecd2617961f869db6f10abac2603adfc Mon Sep 17 00:00:00 2001 From: Luis de Bethencourt Date: Tue, 28 Mar 2017 16:04:15 +0100 Subject: [PATCH] dashdemux: fix typo in implementation notes s/enveloppe/envelope --- ext/dash/gstdashdemux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/dash/gstdashdemux.c b/ext/dash/gstdashdemux.c index 0af18c2bb1..782c191c5d 100644 --- a/ext/dash/gstdashdemux.c +++ b/ext/dash/gstdashdemux.c @@ -44,8 +44,8 @@ * Introduction: * * dashdemux is a "fake" demux, as unlike traditional demux elements, it - * doesn't split data streams contained in an enveloppe to expose them - * to downstream decoding elements. + * doesn't split data streams contained in an envelope to expose them to + * downstream decoding elements. * * Instead, it parses an XML file called a manifest to identify a set of * individual stream fragments it needs to fetch and expose to the actual