gtk, qt, gl: fix typo in debug and error messages

This commit is contained in:
Tim-Philipp Müller 2015-08-31 18:06:31 +01:00
parent 5efb855edd
commit 06a1954165

View file

@ -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
*