mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 23:58:17 +00:00
Spelling fix
Original commit message from CVS: Spelling fix
This commit is contained in:
parent
460a1f29be
commit
5e252ae50c
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