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

* options.h, g10.c (main), mainproc.c (check_sig_and_print): Rename

verify-option show-validity to show-uid-validity to match the similar
list-option.

* app-openpgp.c (verify_chv3): Fix typo.
This commit is contained in:
David Shaw 2004-10-21 19:18:47 +00:00
parent 73b4b2c890
commit 65077adf83
5 changed files with 17 additions and 8 deletions

View file

@ -824,7 +824,7 @@ verify_chv3 (app_t app,
if (strlen (pinvalue) < 6)
{
log_error (_("prassphrase (CHV%d) is too short;"
log_error (_("passphrase (CHV%d) is too short;"
" minimum length is %d\n"), 3, 6);
xfree (pinvalue);
return gpg_error (GPG_ERR_BAD_PIN);