Explorar o código

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

Pau %!s(int64=5) %!d(string=hai) anos
pai
achega
d5c267fd30
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      accounts/keystore/keystore.go

+ 1 - 1
accounts/keystore/keystore.go

@@ -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.