Unverified Commit d5c267fd authored by Pau's avatar Pau Committed by GitHub

accounts/keystore: fix typo in error message (#21200)

parent a0797e37
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment