diff --git a/matter_server/server/device_controller.py b/matter_server/server/device_controller.py index 6be6832e..7d79c560 100644 --- a/matter_server/server/device_controller.py +++ b/matter_server/server/device_controller.py @@ -1206,7 +1206,7 @@ def resubscription_attempted( self._node_unavailable(node_id) # Shutdown the subscription if we tried to resubscribe for more than 30 # minutes (typical TTL of mDNS). We assume this device got powered off. - # When the device gets powered on again, it typically announced itself via + # When the device gets powered on again, it typically announces itself via # mDNS again. The mDNS browsing code will setup the subscription again. if ( time.time() - self._first_resubscribe_attempt[node_id]