spelling: fix Contains

This commit is contained in:
Marc Leeman 2024-04-30 12:08:59 +02:00
parent 1911ac7a6d
commit 94968da9f1

View file

@ -3149,7 +3149,7 @@ ges_timeline_get_element (GESTimeline * timeline, const gchar * name)
GST_INFO_OBJECT (timeline, "Does not contain element %s", name);
for (tmp = element_names; tmp; tmp = tmp->next) {
GST_DEBUG_OBJECT (timeline, "Containes: %s", (gchar *) tmp->data);
GST_DEBUG_OBJECT (timeline, "Contains: %s", (gchar *) tmp->data);
}
g_list_free (element_names);
}