Skip to content

Commit

Permalink
Fix Spelling: to much -> too many (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
CloCkWeRX committed Jul 17, 2022
1 parent d09d5c5 commit 03e99df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/measure/measure.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def start(self):
self.num_0_readings += 1
_LOGGER.warning(f"Discarding measurement: {error}")
if self.num_0_readings > MAX_ALLOWED_0_READINGS:
_LOGGER.error("Aborting measurement session. Received to much 0 readings")
_LOGGER.error("Aborting measurement session. Received too many 0 readings")
return
continue
except PowerMeterError as error:
Expand Down

0 comments on commit 03e99df

Please sign in to comment.