From: Tim-Philipp Müller Date: Mon, 31 Aug 2015 17:06:31 +0000 (+0100) Subject: gtk, qt, gl: fix typo in debug and error messages X-Git-Tag: 1.16.2~686^2~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f96d22bd457ac81df19015c416917576d82fce69;p=platform%2Fupstream%2Fgst-plugins-good.git gtk, qt, gl: fix typo in debug and error messages --- diff --git a/ext/gtk/gtkgstglwidget.c b/ext/gtk/gtkgstglwidget.c index 1b2cadb..79599b4 100644 --- a/ext/gtk/gtkgstglwidget.c +++ b/ext/gtk/gtkgstglwidget.c @@ -500,7 +500,7 @@ _get_gl_context (GtkGstGLWidget * gst_widget) gst_gl_context_activate (priv->other_context, TRUE); if (!gst_gl_context_fill_info (priv->other_context, &error)) { - GST_ERROR ("failed to retreive gdk context info: %s", error->message); + GST_ERROR ("failed to retrieve gdk context info: %s", error->message); g_object_unref (priv->other_context); priv->other_context = NULL; } else {