diff options
-rw-r--r-- | examples/indexing/indexmpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/indexing/indexmpeg.c b/examples/indexing/indexmpeg.c index 85df98d4..29b89280 100644 --- a/examples/indexing/indexmpeg.c +++ b/examples/indexing/indexmpeg.c @@ -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; } |