Skip to content

Commit 9ee5b4f

Browse files
authored
Merge pull request #1973 from vuittont60/master
fix typo
2 parents 919e93e + ac265b7 commit 9ee5b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/web3j/tx/Transfer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public Transfer(Web3j web3j, TransactionManager transactionManager) {
3838
}
3939

4040
/**
41-
* Given the duration required to execute a transaction, asyncronous execution is strongly
41+
* Given the duration required to execute a transaction, asynchronous execution is strongly
4242
* recommended via {@link Transfer#sendFunds(String, BigDecimal, Convert.Unit)}.
4343
*
4444
* @param toAddress destination address

0 commit comments

Comments
 (0)