From 09c528369211100744a28c939b58bcbc7e5f2f1b Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Sun, 16 Aug 2015 17:59:00 +0200 Subject: validate: Fix typo --- validate/gst/validate/gst-validate-scenario.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validate/gst/validate/gst-validate-scenario.c b/validate/gst/validate/gst-validate-scenario.c index a6d9a59..ab9f073 100644 --- a/validate/gst/validate/gst-validate-scenario.c +++ b/validate/gst/validate/gst-validate-scenario.c @@ -1071,7 +1071,7 @@ _check_position (GstValidateScenario * scenario, GstValidateAction * act, (gint64) priv->segment_start - priv->seek_pos_tol)))) { priv->seeked_in_pause = FALSE; GST_VALIDATE_REPORT (scenario, EVENT_SEEK_RESULT_POSITION_WRONG, - "Reported position after accurate seek in PAUSED state should be exactlty" + "Reported position after accurate seek in PAUSED state should be exactly" " what the user asked for %" GST_TIME_FORMAT " != %" GST_TIME_FORMAT, GST_TIME_ARGS (*position), GST_TIME_ARGS (priv->segment_start)); } -- cgit v1.2.3