From 083e079fe375e03ee41f2e3cc528c67e1bef8c13 Mon Sep 17 00:00:00 2001 From: Danilo Pantani Date: Sat, 27 Jun 2020 18:58:46 -0300 Subject: [PATCH] fix error typo --- bip39/bip39.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip39/bip39.go b/bip39/bip39.go index c68cf02..6eb1054 100644 --- a/bip39/bip39.go +++ b/bip39/bip39.go @@ -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.