We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d98da18 commit 27d0215Copy full SHA for 27d0215
script/universal/Signatures.sol
@@ -74,7 +74,7 @@ library Signatures {
74
* @param dataHash Hash that is signed.
75
* @param threshold Number of signatures required to approve the transaction.
76
* @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.
+ * Can be used to accommodate any additional signatures prepended to the array.
78
* If prevalidated signatures were prepended, this should be the length of those signatures.
79
*/
80
function sortUniqueSignatures(
0 commit comments