Skip to content

Commit

Permalink
accounts/keystore: fix typo in error message (ethereum#21200)
Browse files Browse the repository at this point in the history
  • Loading branch information
p4u authored Jun 9, 2020
1 parent a0797e3 commit d5c267f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts/keystore/keystore.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d5c267f

Please sign in to comment.