Skip to content

Commit

Permalink
Fix typo in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple authored Aug 30, 2022
1 parent f11e245 commit 36b5c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIP/MTRDeviceController.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ typedef void (^MTRDeviceConnectionCallback)(MTRBaseDevice * _Nullable device, NS
/**
* Return the attestation challenge for the secure session of the device being commissioned.
*
* Attempts to retreive the generated attestation challenge from a commissionee with the given Device ID.
* Attempts to retrieve the generated attestation challenge from a commissionee with the given Device ID.
* Returns nil if given Device ID does not match an active commissionee, or if a Secure Session is not availale.
*/
- (nullable NSData *)generateAttestationChallengeForDeviceId:(uint64_t)deviceId;
Expand Down

0 comments on commit 36b5c4c

Please sign in to comment.