iterator: Fix a documentation typo

This commit is contained in:
Peter Kjellerstedt 2009-10-14 10:16:31 +02:00
parent 957c0e11b2
commit 1314aa75d5

View file

@ -707,7 +707,7 @@ gst_single_object_iterator_free (GstSingleObjectIterator * it)
*
* This #GstIterator is a convenient iterator for the common
* case where a #GstIterator needs to be returned but only
* a single object has the be considered. This happens often
* a single object has to be considered. This happens often
* for the #GstPadIterIntLinkFunction.
*
* Returns: the new #GstIterator for @object.