diff --git a/hallowelt.py.dir/plugin.py b/hallowelt.py.dir/plugin.py index 77d98a3..9b7cb04 100644 --- a/hallowelt.py.dir/plugin.py +++ b/hallowelt.py.dir/plugin.py @@ -1,3 +1,3 @@ -class HalloWeltPlugi(PythonPlugin): +class HalloWeltPlugin(PythonPlugin): def onEnable(self): self.getLogger().info("Hallo Welt!")