Skip to content

Commit d731dea

Browse files
committed
typo
1 parent 767c782 commit d731dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matter_server/server/device_controller.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ def resubscription_attempted(
959959
# at the second resubscription attempt
960960
if node.available and self._last_subscription_attempt[node_id] >= 1:
961961
node.available = False
962-
# NOTE: if the node is (re)discovered bt mdns, that callback will
962+
# NOTE: if the node is (re)discovered by mdns, that callback will
963963
# take care of resubscribing to the node
964964
self.server.signal_event(EventType.NODE_UPDATED, node)
965965
self._last_subscription_attempt[node_id] += 1

0 commit comments

Comments
 (0)