From 9a0e433b13665c90a23b6ad3753153c22a371df5 Mon Sep 17 00:00:00 2001 From: FaceHo Date: Tue, 6 Jun 2017 15:28:47 +0800 Subject: [PATCH] accounts: fix spelling error (#14567) --- accounts/errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounts/errors.go b/accounts/errors.go index 9ecc1eafd5..64da8821c8 100644 --- a/accounts/errors.go +++ b/accounts/errors.go @@ -38,7 +38,7 @@ var ErrNotSupported = errors.New("not supported") var ErrInvalidPassphrase = errors.New("invalid passphrase") // ErrWalletAlreadyOpen is returned if a wallet is attempted to be opened the -// secodn time. +// second time. var ErrWalletAlreadyOpen = errors.New("wallet already open") // ErrWalletClosed is returned if a wallet is attempted to be opened the