From fc109e3a3d37d265878fd2343579dfa3d3d05d0d Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sat, 16 Feb 2013 16:36:35 -0800 Subject: [PATCH] fix a couple of typos found by RIT students --- beets/autotag/match.py | 2 +- beets/autotag/mb.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/beets/autotag/match.py b/beets/autotag/match.py index de9d089a7..38b5bb51b 100644 --- a/beets/autotag/match.py +++ b/beets/autotag/match.py @@ -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; diff --git a/beets/autotag/mb.py b/beets/autotag/mb.py index 896f0cbb5..071561a15 100644 --- a/beets/autotag/mb.py +++ b/beets/autotag/mb.py @@ -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