From 5261283dd9ddfa41dbb99192fc7053499db9502f Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Fri, 11 Dec 2015 19:11:01 -0800 Subject: [PATCH] downloadbuffer: fix some typos --- plugins/elements/gstdownloadbuffer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/elements/gstdownloadbuffer.c b/plugins/elements/gstdownloadbuffer.c index f805036f7f..0917a9b277 100644 --- a/plugins/elements/gstdownloadbuffer.c +++ b/plugins/elements/gstdownloadbuffer.c @@ -30,7 +30,7 @@ * With max-size-bytes and max-size-time you can configure the buffering limits. * The downloadbuffer element will try to read-ahead these amounts of data. When * the amount of read-ahead data drops below low-percent of the configured max, - * the element will start emiting BUFFERING messages until high-percent of max is + * the element will start emitting BUFFERING messages until high-percent of max is * reached again. * * The downloadbuffer provides push and pull based scheduling on its source pad @@ -874,7 +874,7 @@ gst_download_buffer_open_temp_location_file (GstDownloadBuffer * dlbuf) GST_DEBUG_OBJECT (dlbuf, "opening temp file %s", dlbuf->temp_template); - /* If temp_template was set, allocate a filename and open that filen */ + /* If temp_template was set, allocate a filename and open that file */ /* nothing to do */ if (dlbuf->temp_template == NULL)