From bfddfab15a3fd57d59e9d9a6f26c15c021b3dbc1 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Sun, 20 Oct 2013 22:47:54 +0200 Subject: [PATCH] core: Fix typos pointed out in PR#542 --- mopidy/core/tracklist.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mopidy/core/tracklist.py b/mopidy/core/tracklist.py index 57da7901..dbc81945 100644 --- a/mopidy/core/tracklist.py +++ b/mopidy/core/tracklist.py @@ -165,8 +165,8 @@ class TracklistController(object): elif self.single: return None - # Current differnce between next and eot handling is that eot needs to - # handle single, with that out of the way the rest of the logic is + # Current difference between next and EOT handling is that EOT needs to + # handle "single", with that out of the way the rest of the logic is # shared. return self.next_track(tl_track)