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?