diff --git a/linspector/frontends/lish.py b/linspector/frontends/lish.py index c4c4dee..325dc05 100644 --- a/linspector/frontends/lish.py +++ b/linspector/frontends/lish.py @@ -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")