validate: scenario: fix msg on _lookup_feature() failure

This commit is contained in:
Reynaldo H. Verdejo Pinochet 2017-03-28 14:01:16 -07:00
parent d6169ccb9f
commit eb2353f037

View file

@ -1280,7 +1280,7 @@ _set_rank (GstValidateScenario * scenario, GstValidateAction * action)
feature = gst_registry_lookup_feature (gst_registry_get (), feature_name);
if (!feature) {
GST_ERROR ("Could not find feaure %s", feature_name);
GST_ERROR ("Could not find feature %s", feature_name);
return FALSE;
}