diff --git a/precompiles/ArbOwnerPublic.go b/precompiles/ArbOwnerPublic.go index 97d8a81032d..b0860fac059 100644 --- a/precompiles/ArbOwnerPublic.go +++ b/precompiles/ArbOwnerPublic.go @@ -46,7 +46,7 @@ func (con ArbOwnerPublic) GetAllNativeTokenOwners(c ctx, evm mech) ([]common.Add return c.State.NativeTokenOwners().AllMembers(maxGetAllMembers) } -// GetNativeTokenMangementFrom returns the time in epoch seconds when the +// GetNativeTokenManagementFrom returns the time in epoch seconds when the // native token management becomes enabled func (con ArbOwnerPublic) GetNativeTokenManagementFrom(c ctx, evm mech) (uint64, error) { return c.State.NativeTokenManagementFromTime()