From: Lukas Pohlreich Date: Wed, 22 Oct 2014 11:04:41 +0000 (+0200) Subject: Fix typo X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=commitdiff_plain;h=7cfb8af47c5a95d1cccb6bff09284c319771731d Fix typo --- 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)