1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Preparing a release candidate.

This commit is contained in:
Werner Koch 2008-12-09 11:54:40 +00:00
parent 9874c62a10
commit de9cc953af
31 changed files with 8850 additions and 8685 deletions

View file

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