diff --git a/src/darwin/Framework/CHIP/MTRDevice_Concrete.mm b/src/darwin/Framework/CHIP/MTRDevice_Concrete.mm index f7c888060aaf84..bc26905d174834 100644 --- a/src/darwin/Framework/CHIP/MTRDevice_Concrete.mm +++ b/src/darwin/Framework/CHIP/MTRDevice_Concrete.mm @@ -2986,7 +2986,7 @@ - (void)writeAttributeWithEndpointID:(NSNumber *)endpointID // // Note that we don't use the structural attributes (PartsList, ServerList, // AttributeList) to determine this set, because we might be in the middle - // of priming right now and not have gotten those yet. Just use the set of + // of priming right now and have not gotten those yet. Just use the set of // attribute paths we actually have. NSMutableSet * existentPaths = [[NSMutableSet alloc] init]; {