summaryrefslogtreecommitdiffstats
path: root/agent
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2008-12-09 12:54:40 +0100
committerWerner Koch <wk@gnupg.org>2008-12-09 12:54:40 +0100
commitde9cc953af8a74eb8c7efd6afb6adb9b97e63dce (patch)
treea7d24b611c82eb3fe23955e09253ef7e9de7466f /agent
parentFlush keyserver search output. (diff)
downloadgnupg2-de9cc953af8a74eb8c7efd6afb6adb9b97e63dce.tar.xz
gnupg2-de9cc953af8a74eb8c7efd6afb6adb9b97e63dce.zip
Preparing a release candidate.
Diffstat (limited to 'agent')
-rw-r--r--agent/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/command.c b/agent/command.c
index 4f28d411b..aaa2e4189 100644
--- a/agent/command.c
+++ b/agent/command.c
@@ -1153,7 +1153,7 @@ cmd_preset_passphrase (assuan_context_t ctx, char *line)
rc = agent_put_cache (grip_clear, CACHE_MODE_ANY, passphrase, ttl);
if (rc)
- log_error ("command preset_passwd failed: %s\n", gpg_strerror (rc));
+ log_error ("command preset_passphrase failed: %s\n", gpg_strerror (rc));
return rc;
}