fix typos guild -> gild

This commit is contained in:
woorst
2018-09-15 23:52:21 -04:00
parent a00685e95a
commit 61f48adc88
2 changed files with 3 additions and 3 deletions

View File

@@ -346,7 +346,7 @@ class SubmissionPage(Page):
attr = self.term.attr('Gold')
self.term.add_space(win)
count = 'x{}'.format(data['gold']) if data['gold'] > 1 else ''
text = self.term.guilded + count
text = self.term.gilded + count
self.term.add_line(win, text, attr=attr)
if data['stickied']:
@@ -449,7 +449,7 @@ class SubmissionPage(Page):
attr = self.term.attr('Gold')
self.term.add_space(win)
count = 'x{}'.format(data['gold']) if data['gold'] > 1 else ''
text = self.term.guilded + count
text = self.term.gilded + count
self.term.add_line(win, text, attr=attr)
if data['nsfw']:

View File

@@ -383,7 +383,7 @@ class SubredditPage(Page):
attr = self.term.attr('Gold')
self.term.add_space(win)
count = 'x{}'.format(data['gold']) if data['gold'] > 1 else ''
text = self.term.guilded + count
text = self.term.gilded + count
self.term.add_line(win, text, attr=attr)
if data['nsfw']: