spaling eroah

Original commit message from CVS:
spaling eroah
This commit is contained in:
Benjamin Otte 2003-05-19 15:54:58 +00:00
parent 4e4a1aabe5
commit bad94002f2
2 changed files with 2 additions and 2 deletions

View file

@ -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);
}

View file

@ -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);
}