From: Tim-Philipp Müller Date: Mon, 11 Apr 2011 09:06:53 +0000 (+0100) Subject: tag: fix typo in ID3 genres X-Git-Tag: 1.19.3~511^2~6555^2~995 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe226e7a7754e8824d0e70479fd1b6945fc4904c;p=platform%2Fupstream%2Fgstreamer.git tag: fix typo in ID3 genres psychadelic -> psychedelic. Spotted by Sébastien Wilmet. https://bugzilla.gnome.org/show_bug.cgi?id=647399 --- diff --git a/gst-libs/gst/tag/gstid3tag.c b/gst-libs/gst/tag/gstid3tag.c index 8c9b352..2c3c661 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",