From 25ab1715f90b437faca1b4a1368728a2971ae819 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sat, 30 Nov 2013 22:33:51 +0100 Subject: [PATCH] just a typo fix in lish --- linspector/frontends/lish.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")