From f24c94f1a88fbeed731205a07f7b5bb0f459abfe Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Tue, 10 Oct 2017 11:47:39 +0300 Subject: Fix the comment --- src/utils/exchange_transfer_simulator.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/utils/exchange_transfer_simulator.ts b/src/utils/exchange_transfer_simulator.ts index 00a05f78d..ad265821d 100644 --- a/src/utils/exchange_transfer_simulator.ts +++ b/src/utils/exchange_transfer_simulator.ts @@ -85,9 +85,9 @@ export class ExchangeTransferSimulator extends BalanceAndProxyAllowanceLazyStore /** * Simulates transferFrom call performed by a proxy * @param tokenAddress Address of the token to be transferred - * @param from Owner of the transfered tokens - * @param to Recipient of the transfered tokens - * @param amountInBaseUnits The amount of tokens being transfered + * @param from Owner of the transferred tokens + * @param to Recipient of the transferred tokens + * @param amountInBaseUnits The amount of tokens being transferred * @param tradeSide Is Maker/Taker transferring * @param transferType Is it a fee payment or a value transfer */ -- cgit v1.2.3