mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-25 16:06:18 +00:00
accounts/keystore: fix typo in error message (#21200)
This commit is contained in:
parent
593fe53519
commit
9c5dff2554
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ var (
|
|||
|
||||
// ErrAccountAlreadyExists is returned if an account attempted to import is
|
||||
// already present in the keystore.
|
||||
ErrAccountAlreadyExists = errors.New("account alreaady exists")
|
||||
ErrAccountAlreadyExists = errors.New("account already exists")
|
||||
)
|
||||
|
||||
// KeyStoreType is the reflect type of a keystore backend.
|
||||
|
|
|
|||
Loading…
Reference in a new issue