Fix typo connect -> link, you have been warned

Original commit message from CVS:
Fix typo
connect -> link, you have been warned
This commit is contained in:
Wim Taymans 2003-01-08 22:45:46 +00:00
parent e8b63df877
commit 7b087348ac

View file

@ -406,7 +406,7 @@ gst_xml_make_element (xmlNodePtr cur, GstObject *parent)
g_return_val_if_fail (element != NULL, NULL);
/* ne need to set the parent on this object bacause the pads */
/* will go through the hierarchy to connect to thier peers */
/* will go through the hierarchy to link to their peers */
if (parent)
gst_object_set_parent (GST_OBJECT (element), parent);