Skip to content

Commit

Permalink
Uknown -> Unknown (project-chip#36788)
Browse files Browse the repository at this point in the history
* Fixing typos

* Restyled by clang-format

---------

Co-authored-by: Restyled.io <[email protected]>
  • Loading branch information
woody-apple and restyled-commits authored Dec 10, 2024
1 parent 43167a0 commit 577074c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIP/MTRDeviceDataValidation.mm
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ BOOL MTREventReportIsWellFormed(NSArray<MTRDeviceResponseValueDictionary> * repo
break;
}
default:
MTR_LOG_ERROR("Uknown time type for event report: %@", item);
MTR_LOG_ERROR("Unknown time type for event report: %@", item);
return NO;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ CHIP_ERROR Check(const SubjectDescriptor & subjectDescriptor, const RequestPath
}
break;
default:
MTR_LOG_ERROR("Uknown granted privilege %u, ignoring", grant.grantedPrivilege);
MTR_LOG_ERROR("Unknown granted privilege %u, ignoring", grant.grantedPrivilege);
break;
}

Expand Down

0 comments on commit 577074c

Please sign in to comment.