elementfactory: fix spelling in comment
authorMichael Smith <msmith@songbirdnest.com>
Thu, 20 Aug 2009 21:24:19 +0000 (14:24 -0700)
committerMichael Smith <msmith@songbirdnest.com>
Wed, 7 Oct 2009 17:37:39 +0000 (10:37 -0700)
gst/gstelementfactory.c

index 4174fe4..de6ebd0 100644 (file)
@@ -265,8 +265,8 @@ gst_element_register (GstPlugin * plugin, const gchar * name, guint rank,
   registry = gst_registry_get_default ();
 
   /* check if feature already exists, if it exists there is no need to update it
-   * when the registry is getting updated, outdated plugins and all there
-   * feature are removed and readded.
+   * when the registry is getting updated, outdated plugins and all their
+   * features are removed and readded.
    */
   existing_feature = gst_registry_lookup_feature (registry, name);
   if (existing_feature) {