From 77db8f6c5cf70b66c8ae54562981b170be132639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Piboub=C3=A8s?= Date: Sun, 9 Aug 2015 23:46:03 +0200 Subject: [PATCH] Typo --- rtv/curses_helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '*'