From 03abd3bcc743cddc94c2646bc2aca5e86dab2644 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Sat, 25 Oct 2014 17:15:42 +0530 Subject: debugutils: Trivial typo fix --- gst/gstdebugutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst') diff --git a/gst/gstdebugutils.c b/gst/gstdebugutils.c index d8fa2df6e..f6d8041e2 100644 --- a/gst/gstdebugutils.c +++ b/gst/gstdebugutils.c @@ -106,7 +106,7 @@ debug_dump_get_element_params (GstElement * element) for (i = 0; i < number_of_properties; i++) { property = properties[i]; - /* ski some properties */ + /* skip some properties */ if (!(property->flags & G_PARAM_READABLE)) continue; if (!strcmp (property->name, "name")) -- cgit v1.2.3