aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app.c
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <[email protected]>2020-02-18 14:34:42 +0000
committerDaniel Kahn Gillmor <[email protected]>2020-02-18 23:07:46 +0000
commit0904b8ef348a52335c378bee6dc90a978885d66f (patch)
treeaff1ea1d709d45724af04b7e985bca1284bdb2a0 /scd/app.c
parentdoc: Correction of typo in documentation of KEY_CONSIDERED (diff)
downloadgnupg-0904b8ef348a52335c378bee6dc90a978885d66f.tar.gz
gnupg-0904b8ef348a52335c378bee6dc90a978885d66f.zip
Spelling cleanup.
No functional changes, just fixing minor spelling issues. --- Most of these were identified from the command line by running: codespell \ --ignore-words-list fpr,stati,keyserver,keyservers,asign,cas,iff,ifset \ --skip '*.po,ChangeLog*,help.*.txt,*.jpg,*.eps,*.pdf,*.png,*.gpg,*.asc' \ doc g13 g10 kbx agent artwork scd tests tools am common dirmngr sm \ NEWS README README.maint TODO Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to 'scd/app.c')
-rw-r--r--scd/app.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/scd/app.c b/scd/app.c
index 5e42aaec9..f91650223 100644
--- a/scd/app.c
+++ b/scd/app.c
@@ -491,7 +491,7 @@ app_new_register (int slot, ctrl_t ctrl, const char *name,
{
/* No version - this is not a Yubikey 5. We now
* switch to the OTP app and take the first
- * three bytes of the reponse as version
+ * three bytes of the response as version
* number. */
xfree (buf);
buf = NULL;
@@ -1421,7 +1421,7 @@ app_readcert (card_t card, ctrl_t ctrl, const char *certid,
* length (for assertions) at PKLEN; the caller must release that
* buffer. On error NULL will be stored at PK and PKLEN and an error
* code returned. If the key is not required NULL may be passed for
- * PK; this makse send if the APP_READKEY_FLAG_INFO has also been set.
+ * PK; this makes sense if the APP_READKEY_FLAG_INFO has also been set.
*
* This function might not be supported by all applications. */
gpg_error_t