Fix typo in docs.

Original commit message from CVS:
Fix typo in docs.
This commit is contained in:
Michael Smith 2006-04-03 17:05:31 +00:00
parent f2fbbff1fb
commit bb5f49a2da

View file

@ -3866,7 +3866,7 @@ gst_pad_get_element_private (GstPad * pad)
*
* Starts a task that repeadedly calls @func with @data. This function
* is nostly used in the pad activation function to start the
* dataflow. This function will automatically acauire the STREAM_LOCK of
* dataflow. This function will automatically acquire the STREAM_LOCK of
* the pad before calling @func.
*
* Returns: a TRUE if the task could be started.