core: Fix typos pointed out in PR#542

This commit is contained in:
Thomas Adamcik 2013-10-20 22:47:54 +02:00
parent 84c373d7ea
commit bfddfab15a

View File

@ -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)