aboutsummaryrefslogtreecommitdiffstats
path: root/kbx/backend-cache.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 /kbx/backend-cache.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 'kbx/backend-cache.c')
-rw-r--r--kbx/backend-cache.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/kbx/backend-cache.c b/kbx/backend-cache.c
index 45e5c7158..eaef01cf4 100644
--- a/kbx/backend-cache.c
+++ b/kbx/backend-cache.c
@@ -421,7 +421,7 @@ key_item_unref (key_item_t ki)
/* Given the hash value and the search info, find the key item in the
- * bucket. Return NULL if not found or the key item if fount. Always
+ * bucket. Return NULL if not found or the key item if found. Always
* returns the the number of items searched, which is in the case of a
* not-found the length of the chain. Note that FPR may only be NULL
* if FPRLEN is 0. */
@@ -624,7 +624,7 @@ maybe_flush_some_key_buckets (unsigned int hash, unsigned int count)
}
-/* Thsi is the core of
+/* This is the core of
* key_table_put,
* key_table_put_no_fpr,
* key_table_put_no_kid.
@@ -680,7 +680,7 @@ do_key_table_put (u32 kid_h, u32 kid_l,
/* If the bucket is full remove a couple of items. */
if (maybe_flush_some_key_buckets (hash, count))
{
- /* During the fucntion call another thread might have changed
+ /* During the function call another thread might have changed
* the bucket. Thus we need to start over. */
do_find_again = 1;
}