aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app-openpgp.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2019-01-02 15:15:25 +0000
committerWerner Koch <[email protected]>2019-01-02 15:15:25 +0000
commit3d766924b412b36fc9481803447b93f7fa68b8f6 (patch)
treec12d1173039de2be3f74d119032fc6b1b161e415 /scd/app-openpgp.c
parentwks: Do not use compression for the encrypted data. (diff)
downloadgnupg-3d766924b412b36fc9481803447b93f7fa68b8f6.tar.gz
gnupg-3d766924b412b36fc9481803447b93f7fa68b8f6.zip
doc: Typo fix in code comment
--
Diffstat (limited to 'scd/app-openpgp.c')
-rw-r--r--scd/app-openpgp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/scd/app-openpgp.c b/scd/app-openpgp.c
index c87add14a..f25a36062 100644
--- a/scd/app-openpgp.c
+++ b/scd/app-openpgp.c
@@ -2538,10 +2538,10 @@ do_setattr (app_t app, const char *name,
}
-/* Handle the WRITECERT command for OpenPGP. This rites the standard
- certifciate to the card; CERTID needs to be set to "OPENPGP.3".
- PINCB and PINCB_ARG are the usual arguments for the pinentry
- callback. */
+/* Handle the WRITECERT command for OpenPGP. This writes the standard
+ * certificate to the card; CERTID needs to be set to "OPENPGP.3".
+ * PINCB and PINCB_ARG are the usual arguments for the pinentry
+ * callback. */
static gpg_error_t
do_writecert (app_t app, ctrl_t ctrl,
const char *certidstr,