aboutsummaryrefslogtreecommitdiffstats
path: root/accounts
diff options
context:
space:
mode:
authorFaceHo <facehoshi@gmail.com>2017-06-06 15:28:47 +0800
committerFelix Lange <fjl@users.noreply.github.com>2017-06-06 15:28:47 +0800
commit9a0e433b13665c90a23b6ad3753153c22a371df5 (patch)
tree9ee7648e1ac7c3bc212935d73af2b9179d396c49 /accounts
parent6171d01b1195abd7ac75044dcd507d4758d83cde (diff)
downloaddexon-9a0e433b13665c90a23b6ad3753153c22a371df5.tar
dexon-9a0e433b13665c90a23b6ad3753153c22a371df5.tar.gz
dexon-9a0e433b13665c90a23b6ad3753153c22a371df5.tar.bz2
dexon-9a0e433b13665c90a23b6ad3753153c22a371df5.tar.lz
dexon-9a0e433b13665c90a23b6ad3753153c22a371df5.tar.xz
dexon-9a0e433b13665c90a23b6ad3753153c22a371df5.tar.zst
dexon-9a0e433b13665c90a23b6ad3753153c22a371df5.zip
accounts: fix spelling error (#14567)
Diffstat (limited to 'accounts')
-rw-r--r--accounts/errors.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/errors.go b/accounts/errors.go
index 9ecc1eafd..64da8821c 100644
--- a/accounts/errors.go
+++ b/accounts/errors.go
@@ -38,7 +38,7 @@ var ErrNotSupported = errors.New("not supported")
var ErrInvalidPassphrase = errors.New("invalid passphrase")
// ErrWalletAlreadyOpen is returned if a wallet is attempted to be opened the
-// secodn time.
+// second time.
var ErrWalletAlreadyOpen = errors.New("wallet already open")
// ErrWalletClosed is returned if a wallet is attempted to be opened the