Fix typographical errors (#5171)
This commit is contained in:
@ -695,7 +695,7 @@ contract AccessManager is Context, Multicall, IAccessManager {
|
||||
|
||||
(bool adminRestricted, uint64 roleId, uint32 operationDelay) = _getAdminRestrictions(data);
|
||||
|
||||
// isTragetClosed apply to non-admin-restricted function
|
||||
// isTargetClosed apply to non-admin-restricted function
|
||||
if (!adminRestricted && isTargetClosed(address(this))) {
|
||||
return (false, 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user