aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/errors.go
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/errors.go')
-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