pad: Fix a typo in a docstring
authorWonchul Lee <chul0812@gmail.com>
Tue, 31 Mar 2015 14:48:22 +0000 (23:48 +0900)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 31 Mar 2015 18:28:51 +0000 (19:28 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=747119

gst/gstpad.c

index 760d53e..f0eea14 100644 (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.