From 7b087348acd61e995d1ca9d755f845a85a8e0186 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 8 Jan 2003 22:45:46 +0000 Subject: [PATCH] Fix typo connect -> link, you have been warned Original commit message from CVS: Fix typo connect -> link, you have been warned --- gst/gstxml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstxml.c b/gst/gstxml.c index 40e60ccc1e..0e9384dff0 100644 --- a/gst/gstxml.c +++ b/gst/gstxml.c @@ -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);