aboutsummaryrefslogtreecommitdiffstats
path: root/scd/iso7816.c
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <[email protected]>2024-05-12 22:09:23 +0000
committerWerner Koch <[email protected]>2024-05-31 10:28:32 +0000
commit42b0e9558a308dbc954ee60c3d346b5cabcd2fdb (patch)
treef073776758cd706a0cadf0bd64073d1669a8d691 /scd/iso7816.c
parentg13: Adjust for changed gnupg_process_spawn. (diff)
downloadgnupg-42b0e9558a308dbc954ee60c3d346b5cabcd2fdb.tar.gz
gnupg-42b0e9558a308dbc954ee60c3d346b5cabcd2fdb.zip
indent: Fix spelling
-- These are non-substantive corrections for minor spelling mistakes within the GnuPG codebase. With something like this applied to the codebase, and a judiciously tuned spellchecker integrated as part of a standard test suite, it should be possible to keep a uniform orthography within the project. GnuPG-bug-id: 7116
Diffstat (limited to 'scd/iso7816.c')
-rw-r--r--scd/iso7816.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/scd/iso7816.c b/scd/iso7816.c
index 703f1fdab..6634cd4a7 100644
--- a/scd/iso7816.c
+++ b/scd/iso7816.c
@@ -471,7 +471,7 @@ iso7816_reset_retry_counter (int slot, int chvno,
}
-/* Perform a SELECT DATA command to OCCURANCE of TAG. */
+/* Perform a SELECT DATA command to OCCURRENCE of TAG. */
gpg_error_t
iso7816_select_data (int slot, int occurrence, int tag)
{
@@ -660,7 +660,7 @@ iso7816_manage_security_env (int slot, int p1, int p2,
}
-/* Perform the security operation COMPUTE DIGITAL SIGANTURE. On
+/* Perform the security operation COMPUTE DIGITAL SIGNATURE. On
success 0 is returned and the data is available in a newly
allocated buffer stored at RESULT with its length stored at
RESULTLEN. For LE see do_generate_keypair. */