diff --git a/rtv/curses_helpers.py b/rtv/curses_helpers.py index f9489fd..0d48684 100644 --- a/rtv/curses_helpers.py +++ b/rtv/curses_helpers.py @@ -24,7 +24,7 @@ ESCAPE = 27 def get_gold(): """ - Return the guilded symbol. + Return the gilded symbol. """ symbol = u'\u272A' if config.unicode else '*'