Fix misspellings of 'continuous'
authorDavid Schleef <ds@schleef.org>
Fri, 22 Feb 2013 22:22:01 +0000 (14:22 -0800)
committerDavid Schleef <ds@schleef.org>
Sat, 2 Mar 2013 18:43:56 +0000 (10:43 -0800)
gst/gstobject.c

index d177ef3..3300464 100644 (file)
@@ -47,7 +47,7 @@
  * <para>
  * 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?