From ca380d16a095353aec964d34eebb108b044589b3 Mon Sep 17 00:00:00 2001 From: Wonchul Lee Date: Tue, 31 Mar 2015 23:48:22 +0900 Subject: [PATCH] pad: Fix a typo in a docstring https://bugzilla.gnome.org/show_bug.cgi?id=747119 --- gst/gstpad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.7.4