summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>2015-11-30 21:23:52 -0800
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>2015-12-01 11:27:17 -0800
commit0b234c9b547195918ffaff2260bdda284c58715c (patch)
treeee690578e0fea31c00d87094bc0319b3f53f4644
parentf9b5271694987e387266f59b1a5ba4ac94efda38 (diff)
tests: souphttpsrc: grammar fix
-rw-r--r--tests/check/elements/souphttpsrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/elements/souphttpsrc.c b/tests/check/elements/souphttpsrc.c
index 4f1b0435e..8eeb3185d 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);