[farsight2/master] Fix typo in test

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:26:01 PST 2008


---
 tests/check/base/fscodec.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/check/base/fscodec.c b/tests/check/base/fscodec.c
index 16288c2..aa27236 100644
--- a/tests/check/base/fscodec.c
+++ b/tests/check/base/fscodec.c
@@ -189,7 +189,7 @@ GST_START_TEST (test_fscodec_null)
   fail_unless (fs_codec_copy (NULL) == NULL, "Failed to copy NULL codec");
   fs_codec_list_destroy (NULL);
   fail_unless (fs_codec_list_copy (NULL) == NULL,
-      "Failed to copu NULL codec list");
+      "Failed to copy NULL codec list");
   str = fs_codec_to_string (NULL);
   fail_unless (str && !strcmp (str, "(NULL)"),
       "Failed to print NULL codec");
-- 
1.5.6.5




More information about the farsight-commits mailing list