diff --git a/tests/check/libs/aggregator.c b/tests/check/libs/aggregator.c index 1932f09ccb..52bdd7fb9a 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;