Skip to content

Commit 950f47f

Browse files
committed
Fix spelling
1 parent de8aeb9 commit 950f47f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/network/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ async def pair_plus_device(self, mac: str) -> None:
167167
0004 - 0005: CirclePlusConnectRequest - CirclePlusConnectResponse
168168
The Plus-device will then send a NodeRejoinResponse (0061).
169169
170-
Todo(?): Does this need repeating until pairing is succesful?
170+
Todo(?): Does this need repeating until pairing is successful?
171171
"""
172172
_LOGGER.debug("Pair Plus-device with mac: %s", mac)
173173
if not validate_mac(mac):

0 commit comments

Comments
 (0)