aggregator: fix typo in test suite
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Fri, 27 Mar 2015 22:28:05 +0000 (19:28 -0300)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 2 Dec 2017 15:10:26 +0000 (15:10 +0000)
tests/check/libs/aggregator.c

index 1932f09..52bdd7f 100644 (file)
@@ -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;