diff options
author | Thiago Santos <thiagoss@osg.samsung.com> | 2015-10-19 17:06:28 -0300 |
---|---|---|
committer | Thiago Santos <thiagoss@osg.samsung.com> | 2015-10-25 10:55:55 -0300 |
commit | cf830a55b17cd374a5e9641514248e17261ce727 (patch) | |
tree | 1bb81f6a6ef06c87949e369724a59bd41e31ca02 | |
parent | 48d810ea2635db7dc7c882a393439966acaae00d (diff) |
tests: deinterlace: fix small typo in comment
-rw-r--r-- | tests/check/elements/deinterlace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/elements/deinterlace.c b/tests/check/elements/deinterlace.c index c9da2dd82..72e64cf6f 100644 --- a/tests/check/elements/deinterlace.c +++ b/tests/check/elements/deinterlace.c @@ -223,7 +223,7 @@ srcpad_dequeue_and_compare_buffer (GstPad * pad, GstPadProbeInfo * info, /* * Utility function that sets up a pipeline with deinterlace for - * validanting that it operates in passthrough mode when receiving + * validating that it operates in passthrough mode when receiving * data with 'infiltercaps' as the input caps and operating in 'mode' mode */ static void |