From 5e252ae50cbbdfb3f83b69c43cab4fd010b5a761 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 16 Feb 2004 17:09:18 +0000 Subject: [PATCH] Spelling fix Original commit message from CVS: Spelling fix --- examples/indexing/indexmpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/indexing/indexmpeg.c b/examples/indexing/indexmpeg.c index 85df98d40e..29b89280b6 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; }