mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 22:26:42 +00:00
chore: fix typos (#1215)
This commit is contained in:
parent
a0c7d0c177
commit
2f61049a9b
1 changed files with 1 additions and 1 deletions
|
|
@ -1405,7 +1405,7 @@ var SolidityType = function (config) {
|
|||
* @return {Bool} true if type match this SolidityType, otherwise false
|
||||
*/
|
||||
SolidityType.prototype.isType = function (name) {
|
||||
throw "this method should be overrwritten for type " + name;
|
||||
throw "this method should be overwritten for type " + name;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue