summaryrefslogtreecommitdiffstats
path: root/tools/gpg-card.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2022-12-15 15:13:54 +0100
committerWerner Koch <wk@gnupg.org>2022-12-16 11:01:23 +0100
commit25bef01e7ab58ff4e8ab8360af5388226c36fab8 (patch)
tree7bac6f4acf23e2f59ec98f245d2c2d6c0b3adb75 /tools/gpg-card.c
parenttests: Fix make check with GPGME. (diff)
downloadgnupg2-25bef01e7ab58ff4e8ab8360af5388226c36fab8.tar.xz
gnupg2-25bef01e7ab58ff4e8ab8360af5388226c36fab8.zip
doc: Typo fixes
-- Reported-by: Andreas Metzler GnuPG-bug-id: 6309
Diffstat (limited to '')
-rw-r--r--tools/gpg-card.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/gpg-card.c b/tools/gpg-card.c
index 4edafcc83..a94aabea9 100644
--- a/tools/gpg-card.c
+++ b/tools/gpg-card.c
@@ -1243,7 +1243,7 @@ cmd_list (card_info_t info, char *argstr)
if (!info->serialno || info->need_sn_cmd)
{
- /* This is probably the first call or was explictly requested.
+ /* This is probably the first call or was explicitly requested.
* We need to send a SERIALNO command to scdaemon so that our
* session knows all cards. */
err = scd_serialno (NULL, NULL);
@@ -2740,7 +2740,7 @@ cmd_passwd (card_info_t info, char *argstr)
"in non-interactive and without a PINREF a default value is\n"
"used for these cards. The option --reset is used with TCOS\n"
"cards to reset the PIN using the PUK or vice versa; --nullpin\n"
- "is used for these cards to set the intial PIN.",
+ "is used for these cards to set the initial PIN.",
0);
if (opt.interactive || opt.verbose)
@@ -2939,7 +2939,7 @@ cmd_passwd (card_info_t info, char *argstr)
else if (!ascii_strcasecmp (pinref, "OPENPGP.3"))
log_info ("Admin PIN changed.\n");
else if (reset_mode)
- log_info ("PIN resetted.\n");
+ log_info ("PIN reset.\n");
else
log_info ("PIN changed.\n");