From ac8ccf2c507da754dc8882efaf2369706a1eaf9c Mon Sep 17 00:00:00 2001 From: David Schleef Date: Fri, 22 Feb 2013 14:22:01 -0800 Subject: [PATCH] Fix misspellings of 'continuous' --- gst/gstobject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstobject.c b/gst/gstobject.c index d177ef32ec..3300464f4b 100644 --- a/gst/gstobject.c +++ b/gst/gstobject.c @@ -47,7 +47,7 @@ * * Controlled properties offers a lightweight way to adjust gobject * properties over stream-time. It works by using time-stamped value pairs that - * are queued for element-properties. At run-time the elements continously pull + * are queued for element-properties. At run-time the elements continuously pull * values changes for the current stream-time. * * What needs to be changed in a #GstElement?