From: Erik Walthinsen Date: Thu, 3 May 2001 23:21:39 +0000 (+0000) Subject: fixed spelling mistake in user-visible output X-Git-Tag: BRANCH-INCSCHED1-200105231-ROOT~39 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f0cc8737ba4563909ca81de333f2e957002644e3;p=platform%2Fupstream%2Fgstreamer.git fixed spelling mistake in user-visible output Original commit message from CVS: fixed spelling mistake in user-visible output --- diff --git a/gst/gstparse.c b/gst/gstparse.c index 8dbcbf7..45f34b1 100644 --- a/gst/gstparse.c +++ b/gst/gstparse.c @@ -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));