pad: Fix a typo in a docstring

https://bugzilla.gnome.org/show_bug.cgi?id=747119
This commit is contained in:
Wonchul Lee 2015-03-31 23:48:22 +09:00 committed by Tim-Philipp Müller
parent e4d07e161d
commit ca380d16a0

View file

@ -2884,7 +2884,7 @@ event_forward_func (GstPad * pad, EventData * data)
* The EOS event will pause the task associated with @pad before it is forwarded
* to all internally linked pads,
*
* The the event is sent to all pads internally linked to @pad. This function
* The event is sent to all pads internally linked to @pad. This function
* takes ownership of @event.
*
* Returns: %TRUE if the event was sent successfully.