Skip to content

Commit e18cded

Browse files
committed
Fix typo
1 parent b1e14bf commit e18cded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/messages/requests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def _response_timeout_expired(self, stick_timeout: bool = False) -> None:
215215
if self._response_future.done():
216216
return
217217
if stick_timeout:
218-
_LOGGER.info("USB-stick response timeout fot %s", self)
218+
_LOGGER.info("USB-stick response timeout for %s", self)
219219
else:
220220
_LOGGER.info(
221221
"No response received for %s within %s seconds", self, NODE_TIME_OUT

0 commit comments

Comments
 (0)