From fd675fa38529aa5a43a4176674d8d3c01b82d8b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Tue, 27 Mar 2012 15:24:49 -0400 Subject: [PATCH] gstpad: Fix typo in docstring --- gst/gstghostpad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstghostpad.c b/gst/gstghostpad.c index 953704bced..7a8947dfff 100644 --- a/gst/gstghostpad.c +++ b/gst/gstghostpad.c @@ -233,7 +233,7 @@ gst_proxy_pad_query_default (GstPad * pad, GstObject * parent, GstQuery * query) } /** - * gst_proyx_pad_iterate_internal_links_default: + * gst_proxy_pad_iterate_internal_links_default: * @pad: the #GstPad to get the internal links of. * @parent: the parent of @pad or NULL * -- GitLab