From ba191eeef73b6be748fc00c4c21aa473136e45a7 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 16 Aug 2024 02:34:09 +0900 Subject: [PATCH] chore: update router-utils.ts existance -> existence --- legacy-sdk/whirlpool/src/router/public/router-utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy-sdk/whirlpool/src/router/public/router-utils.ts b/legacy-sdk/whirlpool/src/router/public/router-utils.ts index f1fc580e9..44ade6ac7 100644 --- a/legacy-sdk/whirlpool/src/router/public/router-utils.ts +++ b/legacy-sdk/whirlpool/src/router/public/router-utils.ts @@ -52,7 +52,7 @@ export type RouteSelectOptions = { export class RouterUtils { /** * Selects the best executable route from a list of routes using the current execution environment. - * The wallet support type, available ATA accounts, existance of lookup tables all effect the transaction size + * The wallet support type, available ATA accounts, existence of lookup tables all effect the transaction size * and eligibility of a route. * * @param ctx The {@link WhirlpoolContext} that represents the current execution environment