Skip to content

Commit 27d0215

Browse files
authored
Update Signatures.sol
1 parent d98da18 commit 27d0215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/universal/Signatures.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ library Signatures {
7474
* @param dataHash Hash that is signed.
7575
* @param threshold Number of signatures required to approve the transaction.
7676
* @param dynamicOffset Offset to add to the `s` value of any EIP-1271 signature.
77-
* Can be used to accomodate any additional signatures prepended to the array.
77+
* Can be used to accommodate any additional signatures prepended to the array.
7878
* If prevalidated signatures were prepended, this should be the length of those signatures.
7979
*/
8080
function sortUniqueSignatures(

0 commit comments

Comments
 (0)