Fix typo connect -> link, you have been warned
authorWim Taymans <wim.taymans@gmail.com>
Wed, 8 Jan 2003 22:45:46 +0000 (22:45 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Wed, 8 Jan 2003 22:45:46 +0000 (22:45 +0000)
Original commit message from CVS:
Fix typo
connect -> link, you have been warned

gst/gstxml.c

index 40e60cc..0e9384d 100644 (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);