diff --git a/aezeed/errors.go b/aezeed/errors.go index 9b1574ac..a6ef8681 100644 --- a/aezeed/errors.go +++ b/aezeed/errors.go @@ -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") )