Skip to content

Commit 5803e55

Browse files
committed
Fix typo in comment
1 parent 6b4aa61 commit 5803e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/nodes/helpers/pulses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ def update_pulse_counter(
261261
self._update_rollover()
262262
if not (self._rollover_consumption or self._rollover_production):
263263
# No rollover based on time, check rollover based on counter reset
264-
# Required for special cases like nodes which have been power off for several days
264+
# Required for special cases like nodes which have been powered off for several days
265265
if (
266266
self._pulses_consumption is not None
267267
and self._pulses_consumption > pulses_consumed

0 commit comments

Comments
 (0)