diff --git a/accounts/keystore/keystore.go b/accounts/keystore/keystore.go index 5bceccc6e..d162af7c6 100644 --- a/accounts/keystore/keystore.go +++ b/accounts/keystore/keystore.go @@ -45,7 +45,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.