Fix a common typo: retreive -> retrieve
authorThiago Santos <thiagoss@osg.samsung.com>
Fri, 5 Jun 2015 12:35:39 +0000 (09:35 -0300)
committerThiago Santos <thiagoss@osg.samsung.com>
Fri, 5 Jun 2015 12:43:35 +0000 (09:43 -0300)
Seems to have been copy pasted around a few places

ext/gl/gstglmixerbin.c

index ae8abef..d18c2d3 100644 (file)
@@ -483,7 +483,7 @@ gst_gl_mixer_bin_change_state (GstElement * element, GstStateChange transition)
               gst_gl_mixer_bin_signals[SIGNAL_CREATE_ELEMENT], 0, &self->mixer);
 
         if (!self->mixer) {
-          GST_ERROR_OBJECT (element, "Failed to retreive element");
+          GST_ERROR_OBJECT (element, "Failed to retrieve element");
           GST_OBJECT_UNLOCK (element);
           return GST_STATE_CHANGE_FAILURE;
         }