From 2f61049a9bad29951fd6aadba5e1b63ebb5d3ba0 Mon Sep 17 00:00:00 2001 From: Snoppy Date: Thu, 18 Apr 2024 13:05:50 +0800 Subject: [PATCH] chore: fix typos (#1215) --- internal/jsre/deps/web3.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/jsre/deps/web3.js b/internal/jsre/deps/web3.js index 70bd4b1508..8ca32889c5 100644 --- a/internal/jsre/deps/web3.js +++ b/internal/jsre/deps/web3.js @@ -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; }; /**