From 7cfb8af47c5a95d1cccb6bff09284c319771731d Mon Sep 17 00:00:00 2001 From: Lukas Pohlreich Date: Wed, 22 Oct 2014 13:04:41 +0200 Subject: [PATCH] Fix typo --- rainbowstream/rainbow.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rainbowstream/rainbow.py b/rainbowstream/rainbow.py index 14e469e..284a628 100644 --- a/rainbowstream/rainbow.py +++ b/rainbowstream/rainbow.py @@ -179,7 +179,7 @@ def upgrade_center(): notice += light_green('pip install -U rainbowstream') printNicely(notice) else: - printNicely(yellow('You are runnig latest ' + current + ' version.')) + printNicely(yellow('You are running latest ' + current + ' version.')) except: pass @@ -1907,6 +1907,7 @@ def listen(): [], # reconnect [], # clear [], # quit + [], # version ] )) init_interactive_shell(d) -- 2.25.1