message: Fix typo in gst_message_new_progress() docs

test -> text
This commit is contained in:
Sebastian Dröge 2016-10-01 16:47:05 +03:00
parent ba3cde30bf
commit 644584668f

View file

@ -2168,7 +2168,7 @@ gst_message_parse_qos_stats (GstMessage * message, GstFormat * format,
* to perform actions triggered by a state change.
*
* @code contains a well defined string describing the action.
* @test should contain a user visible string detailing the current action.
* @text should contain a user visible string detailing the current action.
*
* Returns: (transfer full): The new qos message.
*/