mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
Spelling fix
Original commit message from CVS: Spelling fix
This commit is contained in:
parent
cdb88c694e
commit
3abeeb95d5
2 changed files with 2 additions and 2 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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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