From 94c4854bec3cf863b1e89871b90905080362a26a Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 16 Feb 2004 17:09:18 +0000 Subject: Spelling fix Original commit message from CVS: Spelling fix --- examples/indexing/indexmpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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; } -- cgit v1.2.1