elementfactory: fix spelling in comment

This commit is contained in:
Michael Smith 2009-08-20 14:24:19 -07:00
parent e51a34985f
commit 8fd0f64951

View file

@ -265,8 +265,8 @@ gst_element_register (GstPlugin * plugin, const gchar * name, guint rank,
registry = gst_registry_get_default (); registry = gst_registry_get_default ();
/* check if feature already exists, if it exists there is no need to update it /* 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 * when the registry is getting updated, outdated plugins and all their
* feature are removed and readded. * features are removed and readded.
*/ */
existing_feature = gst_registry_lookup_feature (registry, name); existing_feature = gst_registry_lookup_feature (registry, name);
if (existing_feature) { if (existing_feature) {