From fe226e7a7754e8824d0e70479fd1b6945fc4904c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 11 Apr 2011 10:06:53 +0100 Subject: [PATCH] tag: fix typo in ID3 genres MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit psychadelic -> psychedelic. Spotted by Sébastien Wilmet. https://bugzilla.gnome.org/show_bug.cgi?id=647399 --- gst-libs/gst/tag/gstid3tag.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/tag/gstid3tag.c b/gst-libs/gst/tag/gstid3tag.c index 8c9b352643..2c3c66147d 100644 --- a/gst-libs/gst/tag/gstid3tag.c +++ b/gst-libs/gst/tag/gstid3tag.c @@ -109,7 +109,7 @@ static const gchar *genres[] = { "Native American", "Cabaret", "New Wave", - "Psychadelic", + "Psychedelic", "Rave", "Showtunes", "Trailer", @@ -135,7 +135,7 @@ static const gchar *genres[] = { "Avantgarde", "Gothic Rock", "Progressive Rock", - "Psychadelic Rock", + "Psychedelic Rock", "Symphonic Rock", "Slow Rock", "Big Band",