fixed spelling mistake in user-visible output
authorErik Walthinsen <omega@temple-baptist.org>
Thu, 3 May 2001 23:21:39 +0000 (23:21 +0000)
committerErik Walthinsen <omega@temple-baptist.org>
Thu, 3 May 2001 23:21:39 +0000 (23:21 +0000)
Original commit message from CVS:
fixed spelling mistake in user-visible output

gst/gstparse.c

index 8dbcbf7..45f34b1 100644 (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));