Spelling fix

Original commit message from CVS:
Spelling fix
This commit is contained in:
Johan Dahlin 2004-02-16 17:09:18 +00:00
parent 460a1f29be
commit 5e252ae50c

View file

@ -242,7 +242,7 @@ main (gint argc, gchar *argv[])
pipeline = make_mpeg_decoder_pipeline (argv[2], index);
break;
default:
g_print ("unkown type %d\n", atoi (argv[1]));
g_print ("unknown type %d\n", atoi (argv[1]));
return -1;
}