Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinpan1 committed Mar 11, 2024
1 parent 35409b2 commit a9a97a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ bool LockEndpoint::SetCredential(uint16_t credentialIndex, chip::FabricIndex cre
return false;
}

// Assign to arrary by credentialIndex. Note: 0 is reserved for programmingPIN only
// Assign to array by credentialIndex. Note: 0 is reserved for programmingPIN only
auto & credentialInStorage = mLockCredentials[to_underlying(credentialType)][credentialIndex];
if (credentialData.size() > DOOR_LOCK_CREDENTIAL_INFO_MAX_DATA_SIZE)
{
Expand Down

0 comments on commit a9a97a6

Please sign in to comment.