Skip to content

Commit

Permalink
Update MultiOwnable.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
MarsonKotovi4 authored Jan 31, 2025
1 parent fac8066 commit a7c1735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MultiOwnable.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ struct MultiOwnableStorage {
uint256 nextOwnerIndex;
/// @dev Tracks number of owners that have been removed.
uint256 removedOwnersCount;
/// @dev Maps index to owner bytes, used to idenfitied owners via a uint256 index.
/// @dev Maps index to owner bytes, used to identified owners via a uint256 index.
///
/// Some uses—-such as signature validation for secp256r1 public key owners—-
/// requires the caller to assert the public key of the caller. To economize calldata,
Expand Down

0 comments on commit a7c1735

Please sign in to comment.