just a typo fix in lish

This commit is contained in:
Johannes Findeisen 2013-11-30 22:33:51 +01:00
commit 25ab1715f9

View file

@ -44,9 +44,9 @@ logger = getLogger(__name__)
class LishFrontend(Frontend):
def __init__(self, linpsectorInterface):
def __init__(self, linspectorInterface):
super(LishFrontend, self)
commander = LishCommander(linpsectorInterface)
commander = LishCommander(linspectorInterface)
print("Type \"help\" to view available commands or \"help COMMAND\" to view the commands help")