Skip to content

Commit

Permalink
fix error typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani committed Jun 27, 2020
1 parent 7944010 commit 083e079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bip39/bip39.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ var (

var (
// ErrInvalidMnemonic is returned when trying to use a malformed mnemonic.
ErrInvalidMnemonic = errors.New("invalid mnenomic")
ErrInvalidMnemonic = errors.New("invalid mnemonic")

// ErrEntropyLengthInvalid is returned when trying to use an entropy set with
// an invalid size.
Expand Down

0 comments on commit 083e079

Please sign in to comment.