From 473f04ca05fbbc87dd3fa0f0cb11b2e8e84f25d8 Mon Sep 17 00:00:00 2001 From: Paul Liu Date: Sat, 1 May 2021 09:32:14 -0700 Subject: [PATCH 1/2] Typo fix --- bip39.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip39.go b/bip39.go index 2ef9833..27cb22a 100644 --- a/bip39.go +++ b/bip39.go @@ -53,7 +53,7 @@ var ( var ( // ErrInvalidMnemonic is returned when trying to use a malformed mnemonic. - ErrInvalidMnemonic = errors.New("Invalid mnenomic") + ErrInvalidMnemonic = errors.New("Invalid mnenonic") // ErrEntropyLengthInvalid is returned when trying to use an entropy set with // an invalid size. From 3b2d39573b13ef345104a28d60e01c6c1429699c Mon Sep 17 00:00:00 2001 From: "Paul H. Liu" Date: Sat, 1 May 2021 10:02:19 -0700 Subject: [PATCH 2/2] Typo fix --- bip39.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip39.go b/bip39.go index 27cb22a..55c715b 100644 --- a/bip39.go +++ b/bip39.go @@ -53,7 +53,7 @@ var ( var ( // ErrInvalidMnemonic is returned when trying to use a malformed mnemonic. - ErrInvalidMnemonic = errors.New("Invalid mnenonic") + ErrInvalidMnemonic = errors.New("Invalid mnemonic") // ErrEntropyLengthInvalid is returned when trying to use an entropy set with // an invalid size.