aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src/contract_wrappers/ether_token_wrapper.ts
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-03-23 04:13:25 +0800
committerFabio Berger <me@fabioberger.com>2018-03-23 04:13:25 +0800
commit05daab5deaf77949b305f66efbe7c4dbf49003d9 (patch)
treefda99e03366b0d5c34fd0ee60785f6c6059c1ed7 /packages/0x.js/src/contract_wrappers/ether_token_wrapper.ts
parent170e5589f95e33298212ec708ee538a711dcd133 (diff)
downloaddexon-sol-tools-05daab5deaf77949b305f66efbe7c4dbf49003d9.tar
dexon-sol-tools-05daab5deaf77949b305f66efbe7c4dbf49003d9.tar.gz
dexon-sol-tools-05daab5deaf77949b305f66efbe7c4dbf49003d9.tar.bz2
dexon-sol-tools-05daab5deaf77949b305f66efbe7c4dbf49003d9.tar.lz
dexon-sol-tools-05daab5deaf77949b305f66efbe7c4dbf49003d9.tar.xz
dexon-sol-tools-05daab5deaf77949b305f66efbe7c4dbf49003d9.tar.zst
dexon-sol-tools-05daab5deaf77949b305f66efbe7c4dbf49003d9.zip
Fix typos
Diffstat (limited to 'packages/0x.js/src/contract_wrappers/ether_token_wrapper.ts')
-rw-r--r--packages/0x.js/src/contract_wrappers/ether_token_wrapper.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/0x.js/src/contract_wrappers/ether_token_wrapper.ts b/packages/0x.js/src/contract_wrappers/ether_token_wrapper.ts
index 42f8213a2..4a4da116b 100644
--- a/packages/0x.js/src/contract_wrappers/ether_token_wrapper.ts
+++ b/packages/0x.js/src/contract_wrappers/ether_token_wrapper.ts
@@ -64,7 +64,7 @@ export class EtherTokenWrapper extends ContractWrapper {
* equivalent number of wrapped ETH tokens.
* @param etherTokenAddress EtherToken address you wish to withdraw from.
* @param amountInWei Amount of ETH in Wei the caller wishes to withdraw.
- * @param withdrawer The hex encoded user Ethereum address that would like to make the withdrawl.
+ * @param withdrawer The hex encoded user Ethereum address that would like to make the withdrawal.
* @param txOpts Transaction parameters.
* @return Transaction hash.
*/
@@ -96,7 +96,7 @@ export class EtherTokenWrapper extends ContractWrapper {
}
/**
* Gets historical logs without creating a subscription
- * @param etherTokenAddress An address of the ether token that emmited the logs.
+ * @param etherTokenAddress An address of the ether token that emitted the logs.
* @param eventName The ether token contract event you would like to subscribe to.
* @param blockRange Block range to get logs from.
* @param indexFilterValues An object where the keys are indexed args returned by the event and