aboutsummaryrefslogtreecommitdiffstats
path: root/console
diff options
context:
space:
mode:
authorWuxiang <wuxiangzhou2010@gmail.com>2018-04-19 21:32:02 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-04-19 21:32:02 +0800
commit8f8774cf6dd5bbcba9fa3773fa34d13d6523a147 (patch)
treee17a5fd27cd0515b0be53965da216d1e936dca28 /console
parentc514fbccc036faafef995d422a74dbe5630e7e00 (diff)
downloadgo-tangerine-8f8774cf6dd5bbcba9fa3773fa34d13d6523a147.tar
go-tangerine-8f8774cf6dd5bbcba9fa3773fa34d13d6523a147.tar.gz
go-tangerine-8f8774cf6dd5bbcba9fa3773fa34d13d6523a147.tar.bz2
go-tangerine-8f8774cf6dd5bbcba9fa3773fa34d13d6523a147.tar.lz
go-tangerine-8f8774cf6dd5bbcba9fa3773fa34d13d6523a147.tar.xz
go-tangerine-8f8774cf6dd5bbcba9fa3773fa34d13d6523a147.tar.zst
go-tangerine-8f8774cf6dd5bbcba9fa3773fa34d13d6523a147.zip
all: fix various typos (#16533)
* fix typo * fix typo * fix typo
Diffstat (limited to 'console')
-rw-r--r--console/bridge.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/console/bridge.go b/console/bridge.go
index b28cc438e..f2120351c 100644
--- a/console/bridge.go
+++ b/console/bridge.go
@@ -87,7 +87,7 @@ func (b *bridge) NewAccount(call otto.FunctionCall) (response otto.Value) {
// OpenWallet is a wrapper around personal.openWallet which can interpret and
// react to certain error messages, such as the Trezor PIN matrix request.
func (b *bridge) OpenWallet(call otto.FunctionCall) (response otto.Value) {
- // Make sure we have an wallet specified to open
+ // Make sure we have a wallet specified to open
if !call.Argument(0).IsString() {
throwJSException("first argument must be the wallet URL to open")
}