From 26cb22020d9ac5816ea5d08a01060cdfb98a26de Mon Sep 17 00:00:00 2001 From: Lawrence Forman Date: Tue, 21 Jan 2020 16:52:54 -0500 Subject: [PATCH] Update packages/asset-swapper/src/utils/swap_quote_calculator.ts Co-Authored-By: Jacob Evans --- packages/asset-swapper/src/utils/swap_quote_calculator.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/asset-swapper/src/utils/swap_quote_calculator.ts b/packages/asset-swapper/src/utils/swap_quote_calculator.ts index 58010bc68d..900dd13624 100644 --- a/packages/asset-swapper/src/utils/swap_quote_calculator.ts +++ b/packages/asset-swapper/src/utils/swap_quote_calculator.ts @@ -353,7 +353,7 @@ export class SwapQuoteCalculator { // partially filled. // Infer the bridge slippage from the difference between the fill - // size and the atual order asset amounts. + // size and the actual order asset amounts. const makerAssetBridgeSlippage = !worstCase ? constants.ONE_AMOUNT : order.makerAssetAmount.div(order.fill.totalMakerAssetAmount);