From 06a1954165bc5a2d723bb65b4fac2c47e81267df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 31 Aug 2015 18:06:31 +0100 Subject: [PATCH] gtk, qt, gl: fix typo in debug and error messages --- gst-libs/gst/gl/gstglcontext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/gl/gstglcontext.c b/gst-libs/gst/gl/gstglcontext.c index dcf206375b..d177df8b77 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 *