Skip to content

Commit 3f9b441

Browse files
committed
small typo
1 parent 46c79e9 commit 3f9b441

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
@@ -1211,7 +1211,7 @@ def _on_mdns_operational_node_state(
12111211
return
12121212

12131213
# we treat UPDATE state changes as ADD if the node is marked as
1214-
# unavailabl to ensure we catch a node being operational
1214+
# unavailable to ensure we catch a node being operational
12151215
if node.available and state_change == ServiceStateChange.Updated:
12161216
return
12171217

0 commit comments

Comments
 (0)