Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function hashHelpers(address[] memory _helpers) pure returns (bytes32) {
}

/// @notice Returns a hash of an array of multi-targeted permission operations.
/// @param _permissions The array of of multi-targeted permission operations.
/// @param _permissions The array of multi-targeted permission operations.
/// @return The hash of the array of permission operations.
/// @custom:security-contact sirt@aragon.org
function hashPermissions(
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/test/deploy/update-1.4.0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ skipTestSuiteIfNetworkIsZkSync('Update to 1.4.0', function () {
{
where: daoRegistry.address,
who: previousDAOFactoryAddress,
isSet: true, // Makes sure we keep the the permission of the previouse DAO factory
isSet: true, // Makes sure we keep the permission of the previouse DAO factory
},
{
where: pluginRepoRegistry.address,
Expand Down
Loading