summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2004-02-16 17:09:18 +0000
committerJohan Dahlin <johan@gnome.org>2004-02-16 17:09:18 +0000
commit3abeeb95d531028a9b1508d84c9ae1f3c4991f64 (patch)
tree48df04b213cd076d3da77cf26e7b6c56334cc4c0 /tests
parentcdb88c694e339be75464659599b6c72a94aa4c2a (diff)
Spelling fix
Original commit message from CVS: Spelling fix
Diffstat (limited to 'tests')
-rw-r--r--tests/old/examples/indexing/indexmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/old/examples/indexing/indexmpeg.c b/tests/old/examples/indexing/indexmpeg.c
index 85df98d40..29b89280b 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;
}