From bad94002f2074e9a6f5208b507bc9dde87ecfb9e Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Mon, 19 May 2003 15:54:58 +0000 Subject: [PATCH] spaling eroah Original commit message from CVS: spaling eroah --- tests/old/testsuite/refcounting/sched.c | 2 +- testsuite/refcounting/sched.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/old/testsuite/refcounting/sched.c b/tests/old/testsuite/refcounting/sched.c index fae8b7bb15..3c057e4980 100644 --- a/tests/old/testsuite/refcounting/sched.c +++ b/tests/old/testsuite/refcounting/sched.c @@ -10,7 +10,7 @@ make_and_check_element (gchar *type, gchar *name) GstElement *element = gst_element_factory_make (type, name); if (element == NULL) { - g_warning ("Could not run test, because element type \"%s\" is not installed. Please retry when it is. Asysuming it works for now...", type); + g_warning ("Could not run test, because element type \"%s\" is not installed. Please retry when it is. Assuming it works for now...", type); exit (0); } diff --git a/testsuite/refcounting/sched.c b/testsuite/refcounting/sched.c index fae8b7bb15..3c057e4980 100644 --- a/testsuite/refcounting/sched.c +++ b/testsuite/refcounting/sched.c @@ -10,7 +10,7 @@ make_and_check_element (gchar *type, gchar *name) GstElement *element = gst_element_factory_make (type, name); if (element == NULL) { - g_warning ("Could not run test, because element type \"%s\" is not installed. Please retry when it is. Asysuming it works for now...", type); + g_warning ("Could not run test, because element type \"%s\" is not installed. Please retry when it is. Assuming it works for now...", type); exit (0); }