From 53cb33428134d312003d34a5ef848cdefa646239 Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Fri, 27 Mar 2015 19:28:05 -0300 Subject: [PATCH] aggregator: fix typo in test suite --- tests/check/libs/aggregator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check/libs/aggregator.c b/tests/check/libs/aggregator.c index 1932f09..52bdd7f 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; -- 2.7.4