summaryrefslogtreecommitdiff
path: root/testsuite/refcounting
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2003-05-19 15:54:58 +0000
committerBenjamin Otte <otte@gnome.org>2003-05-19 15:54:58 +0000
commitbad94002f2074e9a6f5208b507bc9dde87ecfb9e (patch)
treee824ee5c79cd41ed9b54fddd5611a8d049cc3b73 /testsuite/refcounting
parent4e4a1aabe59d4ac36bf155ce141244f0aa4cfe76 (diff)
downloadgstreamer-bad94002f2074e9a6f5208b507bc9dde87ecfb9e.tar.gz
spaling eroah
Original commit message from CVS: spaling eroah
Diffstat (limited to 'testsuite/refcounting')
-rw-r--r--testsuite/refcounting/sched.c2
1 files changed, 1 insertions, 1 deletions
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);
}