v4l2: fix a typo on a debug message at v4l2_calls
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Fri, 22 Feb 2019 15:22:44 +0000 (12:22 -0300)
committerNicolas Dufresne <nicolas@ndufresne.ca>
Tue, 26 Feb 2019 13:59:46 +0000 (13:59 +0000)
suppored -> supported

sys/v4l2/v4l2_calls.c

index d3dbd42..8909b6a 100644 (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;
     }