Skip to content

Commit

Permalink
Fix typo in doc of SignatureChecker (OpenZeppelin#2881)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasMahe authored Sep 24, 2021
1 parent f77fd46 commit 1b27c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/utils/cryptography/SignatureChecker.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import "../../interfaces/IERC1271.sol";

/**
* @dev Signature verification helper: Provide a single mechanism to verify both private-key (EOA) ECDSA signature and
* ERC1271 contract sigantures. Using this instead of ECDSA.recover in your contract will make them compatible with
* ERC1271 contract signatures. Using this instead of ECDSA.recover in your contract will make them compatible with
* smart contract wallets such as Argent and Gnosis.
*
* Note: unlike ECDSA signatures, contract signature's are revocable, and the outcome of this function can thus change
Expand Down

0 comments on commit 1b27c13

Please sign in to comment.