Skip to content

Commit

Permalink
style: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
howydev committed Jan 26, 2024
1 parent 7b23932 commit deea15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/session/permissions/SessionKeyPermissions.sol
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ abstract contract SessionKeyPermissions is ISessionKeyPlugin, SessionKeyPermissi
revert InvalidPermissionsUpdate(updateSelector);
}

// If/else chain to find the right interal update function to perform.
// If/else chain to find the right internal update function to perform.
if (updateSelector == ISessionKeyPermissionsUpdates.setAccessListType.selector) {
ContractAccessControlType contractAccessControlType =
abi.decode(update[4:], (ContractAccessControlType));
Expand Down

0 comments on commit deea15a

Please sign in to comment.