Fix typo
authorLukas Pohlreich <pohlreichlukas@gmail.com>
Wed, 22 Oct 2014 11:04:41 +0000 (13:04 +0200)
committerLukas Pohlreich <pohlreichlukas@gmail.com>
Wed, 22 Oct 2014 11:04:41 +0000 (13:04 +0200)
rainbowstream/rainbow.py

index 14e469ed093944efb353d01b31f32044dc79a46b..284a6282971d54ca320c76968830f530b43f8e04 100644 (file)
@@ -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)