mpeg-audio: fix spelling typo found by lintian

Change-Id: Ie4f5db3f3f07388d3a6194839e33c939dbc0e92d
Reviewed-on: https://code.wireshark.org/review/18487
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
This commit is contained in:
Alexis La Goutte 2016-10-26 21:52:55 +02:00 committed by Peter Wu
parent a92058ec09
commit 39bfca1a7e
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ ID3v1 ::= SEQUENCE {
southern-rock(56), comedy(57), cult(58), gangsta(59),
top-40(60), christian-rap(61), pop-funk(62), jungle(63),
native-american(64), cabaret(65), new-wave(66),
psychadelic(67), rave(68), showtunes(69), trailer(70),
psychedelic(67), rave(68), showtunes(69), trailer(70),
lo-fi(71), tribal(72), acid-punk(73), acid-jazz(74),
polka(75), retro(76), musical(77), rock-and-roll(78),
hard-rock(79), folk(80), folk-rock(81), national-folk(82),

View File

@ -348,7 +348,7 @@ static const value_string mpeg_audio_T_genre_vals[] = {
{ 64, "native-american" },
{ 65, "cabaret" },
{ 66, "new-wave" },
{ 67, "psychadelic" },
{ 67, "psychedelic" },
{ 68, "rave" },
{ 69, "showtunes" },
{ 70, "trailer" },