aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/gpg-connect-agent.c2
-rw-r--r--tools/symcryptrun.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/gpg-connect-agent.c b/tools/gpg-connect-agent.c
index 31fed9504..bc51584ba 100644
--- a/tools/gpg-connect-agent.c
+++ b/tools/gpg-connect-agent.c
@@ -449,7 +449,7 @@ main (int argc, char **argv)
" entire line to it as arguments.\n"
"/showdef Print all definitions.\n"
"/cleardef Delete all definitions.\n"
-"/sendfd FILE MODE Open FILE and pass descripor to server.\n"
+"/sendfd FILE MODE Open FILE and pass descriptor to server.\n"
"/recvfd Receive FD from server and print. \n"
"/help Print this help.");
}
diff --git a/tools/symcryptrun.c b/tools/symcryptrun.c
index 68302d39d..30fe8a92d 100644
--- a/tools/symcryptrun.c
+++ b/tools/symcryptrun.c
@@ -485,7 +485,7 @@ confucius_get_pass (const char *cacheid, int again, int *canceled)
pw = simple_pwquery (cacheid,
again ? _("does not match - try again"):NULL,
- _("Passphrase:"), NULL, &err);
+ _("Passphrase:"), NULL, 0, &err);
#ifdef ENABLE_NLS
if (orig_codeset)