浏览代码

cmd/geth: fixed a minor typo in the comments

necaremus 8 年之前
父节点
当前提交
4f77857f74
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cmd/geth/accountcmd.go

+ 1 - 1
cmd/geth/accountcmd.go

@@ -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