diff options
author | FaceHo <facehoshi@gmail.com> | 2017-06-06 15:28:47 +0800 |
---|---|---|
committer | Felix Lange <fjl@users.noreply.github.com> | 2017-06-06 15:28:47 +0800 |
commit | 9a0e433b13665c90a23b6ad3753153c22a371df5 (patch) | |
tree | 9ee7648e1ac7c3bc212935d73af2b9179d396c49 /accounts | |
parent | 6171d01b1195abd7ac75044dcd507d4758d83cde (diff) | |
download | dexon-9a0e433b13665c90a23b6ad3753153c22a371df5.tar.gz dexon-9a0e433b13665c90a23b6ad3753153c22a371df5.tar.zst dexon-9a0e433b13665c90a23b6ad3753153c22a371df5.zip |
accounts: fix spelling error (#14567)
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/errors.go | 2 |
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 |