summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>2015-03-27 19:28:05 -0300
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>2015-04-03 18:17:35 -0300
commitb31f3a88e4f4e8e3d5a189f96120cd5c664572a3 (patch)
treebc56e67c404fa4050a2aad2f2b727f9338f34f65 /tests
parentb24971f2ddf661e0754eae1e97ad82586ef1fdf3 (diff)
downloadgstreamer-plugins-bad-b31f3a88e4f4e8e3d5a189f96120cd5c664572a3.tar.gz
aggregator: fix typo in test suite
Diffstat (limited to 'tests')
-rw-r--r--tests/check/libs/aggregator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/libs/aggregator.c b/tests/check/libs/aggregator.c
index 1932f09cc..52bdd7fb9 100644
--- a/tests/check/libs/aggregator.c
+++ b/tests/check/libs/aggregator.c
@@ -323,7 +323,7 @@ _quit (GMainLoop * ml)
static GstPadProbeReturn
_aggregated_cb (GstPad * pad, GstPadProbeInfo * info, GMainLoop * ml)
{
- GST_DEBUG ("SHould quit ML");
+ GST_DEBUG ("Should quit ML");
g_idle_add ((GSourceFunc) _quit, ml);
return GST_PAD_PROBE_REMOVE;