From eb2353f037ff2c715a387261ceb5770f96817fc2 Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Tue, 28 Mar 2017 14:01:16 -0700 Subject: [PATCH] validate: scenario: fix msg on _lookup_feature() failure --- validate/gst/validate/gst-validate-scenario.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validate/gst/validate/gst-validate-scenario.c b/validate/gst/validate/gst-validate-scenario.c index 61bd07a..e821824 100644 --- a/validate/gst/validate/gst-validate-scenario.c +++ b/validate/gst/validate/gst-validate-scenario.c @@ -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; } -- 2.7.4