fixed spelling mistake in user-visible output

Original commit message from CVS:
fixed spelling mistake in user-visible output
This commit is contained in:
Erik Walthinsen 2001-05-03 23:21:39 +00:00
parent 7565c285ad
commit f0cc8737ba

View file

@ -231,7 +231,7 @@ if (GST_IS_GHOST_PAD(srcpad)) GST_DEBUG(0,"it's a ghost pad\n");
element = gst_elementfactory_make(arg,ptr);
g_free(ptr);
if (!element) {
fprintf(stderr,"Couldn't create a '%s', no such element or need to run gstraemer-register?\n",arg);
fprintf(stderr,"Couldn't create a '%s', no such element or need to run gstreamer-register?\n",arg);
// exit(-1);
}
GST_DEBUG(0,"CREATED element %s\n",GST_ELEMENT_NAME(element));