diff options
author | Johan Dahlin <johan@gnome.org> | 2004-02-16 17:09:18 +0000 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2004-02-16 17:09:18 +0000 |
commit | b1e7c18aeeaa752d9bc236a04b254824189b2523 (patch) | |
tree | 2a8fe20d54e0e8e1b6569d174fec23103b86f5b7 /examples/indexing | |
parent | bf47789f8a32c43f20a9d806352decc21a5e8db2 (diff) |
Spelling fix
Original commit message from CVS:
Spelling fix
Diffstat (limited to 'examples/indexing')
-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; } |