Skip to content

Commit 577074c

Browse files
Uknown -> Unknown (#36788)
* Fixing typos * Restyled by clang-format --------- Co-authored-by: Restyled.io <commits@restyled.io>
1 parent 43167a0 commit 577074c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/darwin/Framework/CHIP/MTRDeviceDataValidation.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ BOOL MTREventReportIsWellFormed(NSArray<MTRDeviceResponseValueDictionary> * repo
152152
break;
153153
}
154154
default:
155-
MTR_LOG_ERROR("Uknown time type for event report: %@", item);
155+
MTR_LOG_ERROR("Unknown time type for event report: %@", item);
156156
return NO;
157157
}
158158
}

src/darwin/Framework/CHIP/ServerEndpoint/MTRServerAccessControl.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ CHIP_ERROR Check(const SubjectDescriptor & subjectDescriptor, const RequestPath
9393
}
9494
break;
9595
default:
96-
MTR_LOG_ERROR("Uknown granted privilege %u, ignoring", grant.grantedPrivilege);
96+
MTR_LOG_ERROR("Unknown granted privilege %u, ignoring", grant.grantedPrivilege);
9797
break;
9898
}
9999

0 commit comments

Comments
 (0)