From 3abeeb95d531028a9b1508d84c9ae1f3c4991f64 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 +- tests/old/examples/indexing/indexmpeg.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; } diff --git a/tests/old/examples/indexing/indexmpeg.c b/tests/old/examples/indexing/indexmpeg.c index 85df98d40e..29b89280b6 100644 --- a/tests/old/examples/indexing/indexmpeg.c +++ b/tests/old/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; }