diff --git a/c4ctrl.py b/c4ctrl.py index 136e165..cb1f505 100755 --- a/c4ctrl.py +++ b/c4ctrl.py @@ -51,7 +51,7 @@ class C4Interface(): port=self.port) def fetch(self, topic=[]): - """Return curent state of topic.""" + """Return current state of topic.""" from paho.mqtt import subscribe if self.debug: print("[DEBUG] inhibited query for:", topic)