From 63f0c2b48bc864bcefff37c36f1a8dc12d51cd96 Mon Sep 17 00:00:00 2001 From: Jonathan Matthew Date: Sun, 5 Feb 2012 20:31:07 +1000 Subject: [PATCH] magnatune: fix spelling mistake --- plugins/magnatune/MagnatuneSource.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/magnatune/MagnatuneSource.py b/plugins/magnatune/MagnatuneSource.py index b1a99206f..fba5e1d48 100644 --- a/plugins/magnatune/MagnatuneSource.py +++ b/plugins/magnatune/MagnatuneSource.py @@ -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