diff --git a/accounts/errors.go b/accounts/errors.go index 9ecc1eafd5..64da8821c8 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