summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThiago Santos <thiagoss@osg.samsung.com>2015-06-05 09:35:39 -0300
committerThiago Santos <thiagoss@osg.samsung.com>2015-06-05 09:43:35 -0300
commit045bfa10fe68e7d69c4bd8e7e9d8a4d6944e6094 (patch)
treed648f874598a4e253ef816e1edbee0638ef21112 /tests
parent0a63fa7a01e82b00251f1a995d8cf14593d0fbfb (diff)
downloadgstreamer-plugins-bad-045bfa10fe68e7d69c4bd8e7e9d8a4d6944e6094.tar.gz
Fix a common typo: retreive -> retrieve
Seems to have been copy pasted around a few places
Diffstat (limited to 'tests')
-rw-r--r--tests/check/elements/glimagesink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/elements/glimagesink.c b/tests/check/elements/glimagesink.c
index 3c6bb8d30..702cb0a61 100644
--- a/tests/check/elements/glimagesink.c
+++ b/tests/check/elements/glimagesink.c
@@ -126,7 +126,7 @@ GST_START_TEST (test_query_drain)
caps = gst_pad_get_current_caps (srcpad);
fail_unless (gst_caps_is_fixed (caps));
- /* Let's retreive the GstGLBufferPool to change its min
+ /* Let's retrieve the GstGLBufferPool to change its min
* and max nb buffers. For that just send an allocation
* query and change the pool config. */
query = gst_query_new_allocation (caps, TRUE);