From: Zhang Wanming Date: Fri, 31 Dec 2010 08:52:54 +0000 (+0800) Subject: tests: fix typo X-Git-Tag: RELEASE-0.10.32~52 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=74ed5af81ac185d98f1a3f7ae1b4c4f98a78a113;p=platform%2Fupstream%2Fgstreamer.git tests: fix typo Signed-off-by: Zhang Wanming --- diff --git a/tests/check/gst/gstutils.c b/tests/check/gst/gstutils.c index f5e95fa..466c70a 100644 --- a/tests/check/gst/gstutils.c +++ b/tests/check/gst/gstutils.c @@ -453,7 +453,7 @@ GST_START_TEST (test_parse_bin_from_description) } if (strcmp (s->str, bin_tests[i].pad_names) != 0) { - g_error ("FAILED: expted '%s', got '%s' for bin '%s'", + g_error ("FAILED: expected '%s', got '%s' for bin '%s'", bin_tests[i].pad_names, s->str, bin_tests[i].bin_desc); } g_string_free (s, TRUE);