# HG changeset patch # User Matti Hamalainen # Date 1189521373 -10800 # Node ID b9eca7b33811114427878598d19a6223907f2a8b # Parent cecf5f34a671d04f807e00057d38f8cad727aa8b Typofix. diff -r cecf5f34a671 -r b9eca7b33811 src/musepack/libmpc.cxx --- a/src/musepack/libmpc.cxx Tue Sep 11 02:28:47 2007 +0300 +++ b/src/musepack/libmpc.cxx Tue Sep 11 17:36:13 2007 +0300 @@ -363,7 +363,7 @@ tuple_associate_string(tuple, FIELD_TITLE, NULL, tags.title); tuple_associate_string(tuple, FIELD_ARTIST, NULL, tags.artist); tuple_associate_string(tuple, FIELD_ALBUM, NULL, tags.album); - tuple_associate_int(tuple, FIELD_TRACK_NUMER, NULL, tags.track); + tuple_associate_int(tuple, FIELD_TRACK_NUMBER, NULL, tags.track); tuple_associate_int(tuple, FIELD_YEAR, NULL, tags.year); tuple_associate_string(tuple, FIELD_GENRE, NULL, tags.genre); tuple_associate_string(tuple, FIELD_COMMENT, NULL, tags.comment);