tests: fix typo
authorZhang Wanming <Wanming.Zhang@tieto.com>
Fri, 31 Dec 2010 08:52:54 +0000 (16:52 +0800)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 31 Dec 2010 11:20:53 +0000 (12:20 +0100)
Signed-off-by: Zhang Wanming <Wanming.Zhang@tieto.com>
tests/check/gst/gstutils.c

index f5e95fa..466c70a 100644 (file)
@@ -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);