fix a couple of typos found by RIT students

This commit is contained in:
Adrian Sampson 2013-02-16 16:36:35 -08:00
parent 7a0bfff00a
commit fc109e3a3d
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ ALBUM_WEIGHT = 3.0
TRACK_WEIGHT = 1.0
# The weight of a missing track.
MISSING_WEIGHT = 0.9
# The weight of an extra (umatched) track.
# The weight of an extra (unmatched) track.
UNMATCHED_WEIGHT = 0.6
# These distances are components of the track distance (that is, they
# compete against each other but not ARTIST_WEIGHT and ALBUM_WEIGHT;

View file

@ -164,7 +164,7 @@ def album_info(release):
int(medium['position']),
int(track['position']))
if track.get('title'):
# Track title may be distinct from underling recording
# Track title may be distinct from underlying recording
# title.
ti.title = track['title']
ti.disctitle = disctitle