Spelling.

This commit is contained in:
Michael Lazar
2015-09-20 23:01:59 -07:00
parent 44c4eeca62
commit f0411fb1d3
4 changed files with 8 additions and 8 deletions

View File

@@ -101,7 +101,7 @@ class OAuthTool(object):
with self.loader(message='Logging in'):
access_info = self.reddit.get_access_information(oauth_code)
self.refresh_token = access_info['refresh_token']
if config.persistant:
if config.persistent:
config.save_refresh_token(access_info['refresh_token'])
except (praw.errors.OAuthAppRequired, praw.errors.OAuthInvalidToken):
show_notification(self.stdscr, ['Invalid OAuth data'])