gtk, qt, gl: fix typo in debug and error messages
authorTim-Philipp Müller <tim@centricular.com>
Mon, 31 Aug 2015 17:06:31 +0000 (18:06 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 31 Aug 2015 17:06:31 +0000 (18:06 +0100)
ext/gtk/gtkgstglwidget.c

index 1b2cadb..79599b4 100644 (file)
@@ -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 {