Skip to content

Commit 431cf2a

Browse files
authored
Merge pull request ethereum#14635 from necaremus/patch-1
cmd/geth: fixed a minor typo in the comments
2 parents fade09a + 4f77857 commit 431cf2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/geth/accountcmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ func unlockAccount(ctx *cli.Context, ks *keystore.KeyStore, address string, i in
233233
return accounts.Account{}, ""
234234
}
235235

236-
// getPassPhrase retrieves the passwor associated with an account, either fetched
236+
// getPassPhrase retrieves the password associated with an account, either fetched
237237
// from a list of preloaded passphrases, or requested interactively from the user.
238238
func getPassPhrase(prompt string, confirmation bool, i int, passwords []string) string {
239239
// If a list of passwords was supplied, retrieve from them

0 commit comments

Comments
 (0)