Skip to content

Commit

Permalink
aezeed/errors: add missing space in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
parth-choudhary authored and Roasbeef committed Jun 27, 2018
1 parent 05d1d4e commit 8c5543d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aezeed/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var (
// ErrIncorrectMnemonic is returned if we detect that the checksum of
// the specified mnemonic doesn't match. This indicates the user input
// the wrong mnemonic.
ErrIncorrectMnemonic = fmt.Errorf("mnemonic phrase checksum doesn't" +
ErrIncorrectMnemonic = fmt.Errorf("mnemonic phrase checksum doesn't " +
"match")
)

Expand Down

0 comments on commit 8c5543d

Please sign in to comment.