From 648a00a72cb98c88f7a15239e3edd492edbf9efe Mon Sep 17 00:00:00 2001 From: Evgeny Margolis Date: Tue, 8 Mar 2022 18:12:30 -0800 Subject: [PATCH] Update src/credentials/CHIPCert.h Co-authored-by: Boris Zbarsky --- src/credentials/CHIPCert.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/credentials/CHIPCert.h b/src/credentials/CHIPCert.h index 660d9e9c449ce4..c848c0540e0251 100644 --- a/src/credentials/CHIPCert.h +++ b/src/credentials/CHIPCert.h @@ -792,7 +792,7 @@ CHIP_ERROR ExtractFabricIdFromCert(const ChipCertificateData & cert, FabricId * * * @return CHIP_ERROR_NOT_FOUND if the passed-in cert does not have at * least one NodeId RDN and one FabricId RDN in the Subject DN. No other - * validation (e.g. checkign that there is exactly one RDN of each type) is + * validation (e.g. checking that there is exactly one RDN of each type) is * performed. */ CHIP_ERROR ExtractNodeIdFabricIdFromOpCert(const ChipCertificateData & opcert, NodeId * nodeId, FabricId * fabricId);