Merge pull request #14635 from necaremus/patch-1

cmd/geth: fixed a minor typo in the comments
This commit is contained in:
Péter Szilágyi 2017-06-16 17:11:54 +03:00 committed by GitHub
commit 431cf2a1e4
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ func unlockAccount(ctx *cli.Context, ks *keystore.KeyStore, address string, i in
return accounts.Account{}, ""
}
// getPassPhrase retrieves the passwor associated with an account, either fetched
// getPassPhrase retrieves the password associated with an account, either fetched
// from a list of preloaded passphrases, or requested interactively from the user.
func getPassPhrase(prompt string, confirmation bool, i int, passwords []string) string {
// If a list of passwords was supplied, retrieve from them