From 0b234c9b547195918ffaff2260bdda284c58715c Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Mon, 30 Nov 2015 21:23:52 -0800 Subject: [PATCH] tests: souphttpsrc: grammar fix --- tests/check/elements/souphttpsrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check/elements/souphttpsrc.c b/tests/check/elements/souphttpsrc.c index 4f1b0435e3..8eeb3185dd 100644 --- a/tests/check/elements/souphttpsrc.c +++ b/tests/check/elements/souphttpsrc.c @@ -163,7 +163,7 @@ run_test (const char *format, ...) rc = 302; GST_INFO ("debug: %s", debug); /* should not've gotten any output in case of a 40x error. Wait a bit - * to give streaming thread a chance to push out a buffer and triggering + * to give the streaming thread a chance to push out a buffer and trigger * our callback before shutting down the pipeline */ g_usleep (G_USEC_PER_SEC / 2); fail_unless (buf == NULL);