From d9a3f4324c31ea3d35223238affe774f43b3cb83 Mon Sep 17 00:00:00 2001 From: "Owain G. Ainsworth" Date: Thu, 6 Mar 2014 00:36:03 +0000 Subject: [PATCH] tyop. --- wallet/wallet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallet/wallet.go b/wallet/wallet.go index 34f5093..31547c7 100644 --- a/wallet/wallet.go +++ b/wallet/wallet.go @@ -690,7 +690,7 @@ func (w *Wallet) ReadFrom(r io.Reader) (n int64, err error) { } } - // If the private keys have not ben created yet, mark the + // If the private keys have not been created yet, mark the // earliest so all can be created on next wallet unlock. if e.addr.flags.createPrivKeyNextUnlock { switch {