diff options
| author | NIIBE Yutaka <[email protected]> | 2017-04-28 01:06:33 +0000 |
|---|---|---|
| committer | NIIBE Yutaka <[email protected]> | 2017-04-28 01:06:33 +0000 |
| commit | 5c8fe5480964c282540c051b538e812851988422 (patch) | |
| tree | 61da9fb34cfb67875bea2dc259741c0e9b8ca78f /g10/getkey.c | |
| parent | g10: For signing, prefer available card key when no -u option. (diff) | |
| download | gnupg-5c8fe5480964c282540c051b538e812851988422.tar.gz gnupg-5c8fe5480964c282540c051b538e812851988422.zip | |
Spelling fixes in docs and comments.
--
In addition, fix trailing spaces in tests/inittests.
GnuPG-bug-id: 3121
Reported-by: ka7 (klemens)
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'g10/getkey.c')
| -rw-r--r-- | g10/getkey.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/getkey.c b/g10/getkey.c index 75b8564f3..d8c81c937 100644 --- a/g10/getkey.c +++ b/g10/getkey.c @@ -368,7 +368,7 @@ cache_user_id (KBNODE keyblock) /* Disable and drop the public key cache (which is filled by cache_public_key and get_pubkey). Note: there is currently no way - to reenable this cache. */ + to re-enable this cache. */ void getkey_disable_caches () { @@ -413,7 +413,7 @@ pubkeys_free (pubkey_t keys) } } -/* Returns all keys that match the search specfication SEARCH_TERMS. +/* Returns all keys that match the search specification SEARCH_TERMS. This function also checks for and warns about duplicate entries in the keydb, which can occur if the user has configured multiple |
