From: Wonchul Lee Date: Tue, 31 Mar 2015 14:48:22 +0000 (+0900) Subject: pad: Fix a typo in a docstring X-Git-Tag: 1.6.1~431 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca380d16a095353aec964d34eebb108b044589b3;p=platform%2Fupstream%2Fgstreamer.git pad: Fix a typo in a docstring https://bugzilla.gnome.org/show_bug.cgi?id=747119 --- diff --git a/gst/gstpad.c b/gst/gstpad.c index 760d53e..f0eea14 100644 --- a/gst/gstpad.c +++ b/gst/gstpad.c @@ -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.