summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-10-13 17:21:30 +0200
committerSebastian Dröge <sebastian@centricular.com>2016-10-13 17:22:00 +0200
commit98ded2dd60226b3ec1d04996cfb1e29913352db4 (patch)
tree83c1f6e5bd3c2040beed6e190a9b1b776da284c9
parent18d5d118ab768c27957d3820ea29b97f109d2264 (diff)
object: Fix broken sentence structure in docs
-rw-r--r--gst/gstobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstobject.c b/gst/gstobject.c
index 2e7508622c..5c5c90afe0 100644
--- a/gst/gstobject.c
+++ b/gst/gstobject.c
@@ -1140,7 +1140,7 @@ gst_object_sync_values (GstObject * object, GstClockTime timestamp)
* gst_object_has_active_control_bindings:
* @object: the object that has controlled properties
*
- * Check if the @object has an active controlled properties.
+ * Check if the @object has active controlled properties.
*
* Returns: %TRUE if the object has active controlled properties
*/