diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2015-08-16 17:59:00 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-08-16 17:59:00 +0200 |
commit | 09c528369211100744a28c939b58bcbc7e5f2f1b (patch) | |
tree | b357a44046b81f2511dfca8bc9421d756181fa9c | |
parent | 5b81bb4bc97cf20564745b7ef92b76fa0e0b6279 (diff) |
validate: Fix typo
-rw-r--r-- | validate/gst/validate/gst-validate-scenario.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)); } |