element: fix typo in comments

This commit is contained in:
Wim Taymans 2010-03-04 15:21:37 +01:00
parent cebc1a1396
commit 14113e8661

View file

@ -1949,7 +1949,7 @@ gst_element_get_state_func (GstElement * element,
GST_CAT_DEBUG_OBJECT (GST_CAT_STATES, element, "RETURN is %s",
gst_element_state_change_return_get_name (ret));
/* we got an error, report immediatly */
/* we got an error, report immediately */
if (ret == GST_STATE_CHANGE_FAILURE)
goto done;