Skip to content

Commit c4f0171

Browse files
committed
Fix typo in comment
1 parent 0f6eb2a commit c4f0171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/stick.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ def auto_update(self, timer=None):
686686
self._auto_update_timer = 0
687687
self._run_update_thread = False
688688
else:
689-
# Timer based on a minium of 5 seconds + 1 second for each node supporting power measurement
689+
# Timer based on a minimum of 5 seconds + 1 second for each node supporting power measurement
690690
if not self._auto_update_manually:
691691
count_nodes = 0
692692
for mac in self.discovered_nodes:

0 commit comments

Comments
 (0)