mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
Spelling fix
Original commit message from CVS: Spelling fix
This commit is contained in:
parent
e5b37a86c9
commit
94c4854bec
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue