diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-10-10 16:47:01 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-10-10 16:47:01 +0800 |
commit | ac27937a9c8df119487819e283939e1f7c48e720 (patch) | |
tree | 7fb4ddae512b78da9c4684e9fed0c3ddaf22c0b8 | |
parent | 2b823546174b743ccedf00d54a79970ca046dd60 (diff) | |
download | dexon-sol-tools-ac27937a9c8df119487819e283939e1f7c48e720.tar dexon-sol-tools-ac27937a9c8df119487819e283939e1f7c48e720.tar.gz dexon-sol-tools-ac27937a9c8df119487819e283939e1f7c48e720.tar.bz2 dexon-sol-tools-ac27937a9c8df119487819e283939e1f7c48e720.tar.lz dexon-sol-tools-ac27937a9c8df119487819e283939e1f7c48e720.tar.xz dexon-sol-tools-ac27937a9c8df119487819e283939e1f7c48e720.tar.zst dexon-sol-tools-ac27937a9c8df119487819e283939e1f7c48e720.zip |
Fix the comment
-rw-r--r-- | src/utils/exchange_transfer_simulator.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/exchange_transfer_simulator.ts b/src/utils/exchange_transfer_simulator.ts index fe6bf43bd..00a05f78d 100644 --- a/src/utils/exchange_transfer_simulator.ts +++ b/src/utils/exchange_transfer_simulator.ts @@ -84,7 +84,7 @@ export class BalanceAndProxyAllowanceLazyStore { export class ExchangeTransferSimulator extends BalanceAndProxyAllowanceLazyStore { /** * Simulates transferFrom call performed by a proxy - * @param tokenAddress Address of a token to be transfered + * @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 |