Skip to content

Commit

Permalink
Update src/darwin/Framework/CHIP/MTRDeviceController_Concrete.mm
Browse files Browse the repository at this point in the history
Co-authored-by: Kiel Oleson <[email protected]>
  • Loading branch information
bzbarsky-apple and kiel-apple authored Sep 16, 2024
1 parent 7004385 commit 43c1d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIP/MTRDeviceController_Concrete.mm
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ - (BOOL)commissionNodeWithID:(NSNumber *)nodeID
error:(NSError * __autoreleasing *)error
{
if (self.suspended) {
MTR_LOG_ERROR("%@ suspended: can't commission device ID 0x%016llX with paramaters %@", self, nodeID.unsignedLongLongValue, commissioningParams);
MTR_LOG_ERROR("%@ suspended: can't commission device ID 0x%016llX with parameters %@", self, nodeID.unsignedLongLongValue, commissioningParams);
// TODO: Can we do a better error here?
if (error) {
*error = [MTRError errorForCHIPErrorCode:CHIP_ERROR_INCORRECT_STATE];
Expand Down

0 comments on commit 43c1d99

Please sign in to comment.