From 36b5c4cde21d013663257350e1ddc172ed6741bb Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Tue, 30 Aug 2022 11:43:08 -0400 Subject: [PATCH] Fix typo in comment. --- src/darwin/Framework/CHIP/MTRDeviceController.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/darwin/Framework/CHIP/MTRDeviceController.h b/src/darwin/Framework/CHIP/MTRDeviceController.h index 91e985fe952c11..f1ca55bb9001c4 100644 --- a/src/darwin/Framework/CHIP/MTRDeviceController.h +++ b/src/darwin/Framework/CHIP/MTRDeviceController.h @@ -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;