Skip to content

Commit 84c9fe9

Browse files
authored
Merge pull request #2045 from hanmz/fix/typos-abi
Fix two typos in package org.web3j.abi.
2 parents f502b30 + 054d54b commit 84c9fe9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

abi/src/main/java/org/web3j/abi/TypeDecoder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
* documented, but is the reverse of the encoding details located <a
6363
* href="https://github.com/ethereum/wiki/wiki/Ethereum-Contract-ABI">here</a>.
6464
*
65-
* <p>The public API is composed of "decode*" methods and provides backward-compatbility. See
65+
* <p>The public API is composed of "decode*" methods and provides backward-compatibility. See
6666
* https://github.com/web3j/web3j/issues/1591 for a discussion about decoding and possible
6767
* improvements.
6868
*/

abi/src/main/java/org/web3j/abi/TypeReference.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ TypeReference getSubTypeReference() {
6464
}
6565

6666
public int compareTo(TypeReference<T> o) {
67-
// taken from the blog post comments - this results in an errror if the
67+
// taken from the blog post comments - this results in an error if the
6868
// type parameter is left out.
6969
return 0;
7070
}

0 commit comments

Comments
 (0)