Skip to content

Commit a9a97a6

Browse files
committed
Fix typo
1 parent 35409b2 commit a9a97a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/chef/common/clusters/door-lock/chef-lock-endpoint.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ bool LockEndpoint::SetCredential(uint16_t credentialIndex, chip::FabricIndex cre
257257
return false;
258258
}
259259

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

0 commit comments

Comments
 (0)