summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorArun Raghavan <arun@accosted.net>2014-10-25 17:15:42 +0530
committerArun Raghavan <arun@accosted.net>2014-10-25 17:17:21 +0530
commit03abd3bcc743cddc94c2646bc2aca5e86dab2644 (patch)
treeaefd74ff491ac4cb975110708fff1eccb2e1550a /gst
parent989e97d1dd9d2a8768f9b97e48acb2a077ad8e25 (diff)
debugutils: Trivial typo fix
Diffstat (limited to 'gst')
-rw-r--r--gst/gstdebugutils.c2
1 files changed, 1 insertions, 1 deletions
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"))