summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-08-31 18:06:31 +0100
committerTim-Philipp Müller <tim@centricular.com>2015-08-31 18:06:31 +0100
commit1cb3e8c5919e7773232d3ff6a7cc61cbb145298f (patch)
treef3168bd79d404ef0d00bac7b713a9594ca696804 /gst-libs
parent2fc98af42166b3b493d4dab51c2b6cfde62448f1 (diff)
downloadgstreamer-plugins-bad-1cb3e8c5919e7773232d3ff6a7cc61cbb145298f.tar.gz
gtk, qt, gl: fix typo in debug and error messages
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/gl/gstglcontext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/gl/gstglcontext.c b/gst-libs/gst/gl/gstglcontext.c
index dcf206375..d177df8b7 100644
--- a/gst-libs/gst/gl/gstglcontext.c
+++ b/gst-libs/gst/gl/gstglcontext.c
@@ -507,7 +507,7 @@ gst_gl_context_get_proc_address_with_platform (GstGLPlatform context_type,
/**
* gst_gl_context_get_current_gl_api:
- * @platform: the #GstGLPlatform to retreive the API for
+ * @platform: the #GstGLPlatform to retrieve the API for
* @major: (out): (allow-none): the major version
* @minor: (out): (allow-none): the minor version
*