summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflactag.c
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-12-21 10:31:12 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-12-21 10:31:12 +0000
commit289d4c166a64392ec47027e9d1127b8908fbbfb4 (patch)
tree5765e74867c1920dd17198d355142d5bb1f197c8 /ext/flac/gstflactag.c
parent2e85a1771747f146f4a9fab4d61a611602c4a5e1 (diff)
fix typo
Original commit message from CVS: fix typo
Diffstat (limited to 'ext/flac/gstflactag.c')
-rw-r--r--ext/flac/gstflactag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/flac/gstflactag.c b/ext/flac/gstflactag.c
index cbf2964b..b1572731 100644
--- a/ext/flac/gstflactag.c
+++ b/ext/flac/gstflactag.c
@@ -87,7 +87,7 @@ struct _GstFlacTagClass
/* elementfactory information */
static GstElementDetails gst_flac_tag_details =
-GST_ELEMENT_DETAILS ("flac rettager",
+GST_ELEMENT_DETAILS ("flac retagger",
"Tag",
"Rewrite tags in a FLAC file",
"Christope Fergeau <teuf@gnome.org>");