Skip to content

Commit a5efd95

Browse files
ThabokaniAniket-Engg
authored andcommitted
fix typo in apps/remix-ide/src/app/tabs/runTab/model/recorder.js
1 parent 31898f3 commit a5efd95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/remix-ide/src/app/tabs/runTab/model/recorder.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class Recorder extends Plugin {
8484
const rawAddress = txResult.receipt.contractAddress
8585
if (!rawAddress) return // not a contract creation
8686
const address = addressToString(rawAddress)
87-
// save back created addresses for the convertion from tokens to real adresses
87+
// save back created addresses for the conversion from tokens to real adresses
8888
this.data._createdContracts[address] = timestamp
8989
this.data._createdContractsReverse[timestamp] = address
9090
})
@@ -279,7 +279,7 @@ class Recorder extends Plugin {
279279
}
280280
if (rawAddress) {
281281
const address = addressToString(rawAddress)
282-
// save back created addresses for the convertion from tokens to real adresses
282+
// save back created addresses for the conversion from tokens to real adresses
283283
this.data._createdContracts[address] = tx.timestamp
284284
this.data._createdContractsReverse[tx.timestamp] = address
285285
newContractFn(abi, address, record.contractName)

0 commit comments

Comments
 (0)