Skip to content

Commit

Permalink
magnatune: fix spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Matthew committed Feb 5, 2012
1 parent 53563b0 commit 63f0c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/magnatune/MagnatuneSource.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def purchase_redirect(self):
urls.add(url)

def download_album(self):
if selt.__settings['account-type'] != 'download':
if self.__settings['account-type'] != 'download':
# The user doesn't have a download account, so redirect them to the purchase page.
self.purchase_redirect()
return
Expand Down

0 comments on commit 63f0c2b

Please sign in to comment.