[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/master] Fix a typo in the getting passphrase prompt for the ed25519 identity key
commit 54c3066c72aed043f65c6e02c3c92015f8e4b465
Author: Peter Palfrader <peter@xxxxxxxxxxxxx>
Date: Sat Jun 25 13:33:35 2016 +0200
Fix a typo in the getting passphrase prompt for the ed25519 identity key
---
changes/bug19503 | 3 +++
src/or/routerkeys.c | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/changes/bug19503 b/changes/bug19503
new file mode 100644
index 0000000..30afded
--- /dev/null
+++ b/changes/bug19503
@@ -0,0 +1,3 @@
+ o Minor bugfixes (user interface):
+ - Fix a typo in the getting passphrase prompt for the ed25519
+ identity key.
diff --git a/src/or/routerkeys.c b/src/or/routerkeys.c
index fba3491..12de8c5 100644
--- a/src/or/routerkeys.c
+++ b/src/or/routerkeys.c
@@ -115,7 +115,7 @@ read_encrypted_secret_key(ed25519_secret_key_t *out,
while (1) {
ssize_t pwlen =
- do_getpass("Enter pasphrase for master key:", pwbuf, sizeof(pwbuf), 0,
+ do_getpass("Enter passphrase for master key:", pwbuf, sizeof(pwbuf), 0,
get_options());
if (pwlen < 0) {
saved_errno = EINVAL;
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits