diff --git a/ChangeLog b/ChangeLog index 11760c1608..5adcad2ebb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-09-25 Tim-Philipp Müller + + * gst/gstelementfactory.c: + Fix typo in docs blurb. + 2006-09-25 Tim-Philipp Müller * gst/gsturi.c: (search_by_entry): diff --git a/gst/gstelementfactory.c b/gst/gstelementfactory.c index 6c87416036..55de1c431d 100644 --- a/gst/gstelementfactory.c +++ b/gst/gstelementfactory.c @@ -628,9 +628,10 @@ gst_element_factory_get_uri_type (GstElementFactory * factory) * gst_element_factory_get_uri_protocols: * @factory: a #GstElementFactory * - * Gets a NULL-terminated array of protocols this element supports or NULL, if + * Gets a NULL-terminated array of protocols this element supports or NULL if * no protocols are supported. You may not change the contents of the returned - * array as it is still ownt by the element factory. Use g_strdupv() if you want to. + * array, as it is still owned by the element factory. Use g_strdupv() to + * make a copy of the protocol string array if you need to. * * Returns: the supported protocols or NULL */