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 | 94c4854bec3cf863b1e89871b90905080362a26a (patch) | |
tree | 3040aa55d2d6f9907bcae1ffb8aeed99cc53e190 /examples/indexing | |
parent | e5b37a86c9d5e8faa8b83a3d9367d6cb023d8b32 (diff) | |
download | gst-plugins-bad-94c4854bec3cf863b1e89871b90905080362a26a.tar.gz gst-plugins-bad-94c4854bec3cf863b1e89871b90905080362a26a.tar.bz2 gst-plugins-bad-94c4854bec3cf863b1e89871b90905080362a26a.zip |
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; } |