v4l2: fix a typo on a debug message at v4l2_calls

suppored -> supported
This commit is contained in:
Mauro Carvalho Chehab 2019-02-22 12:22:44 -03:00 committed by Nicolas Dufresne
parent 0acbf40060
commit 55c1274dba

View file

@ -340,7 +340,7 @@ gst_v4l2_fill_lists (GstV4l2Object * v4l2object)
}
default:
GST_DEBUG_OBJECT (e,
"Control type for '%s' not suppored for extra controls.",
"Control type for '%s' not supported for extra controls.",
control.name);
break;
}