diff options
author | Werner Koch <[email protected]> | 2008-04-01 15:08:57 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-04-01 15:08:57 +0000 |
commit | 80f77d79c516ca636cfc9382effa5f224f31f0f4 (patch) | |
tree | ada520eaf81592573a79719d51bc9a1dda42f0d4 /sm/keydb.c | |
parent | Fix problem when using the fallback dirmngr. (diff) | |
download | gnupg-80f77d79c516ca636cfc9382effa5f224f31f0f4.tar.gz gnupg-80f77d79c516ca636cfc9382effa5f224f31f0f4.zip |
Fix a problem with dirmngr looked up certificates.
Typo fixes.
Diffstat (limited to 'sm/keydb.c')
-rw-r--r-- | sm/keydb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/keydb.c b/sm/keydb.c index 1fbf9b6c1..a6efcc4cd 100644 --- a/sm/keydb.c +++ b/sm/keydb.c @@ -392,7 +392,7 @@ keydb_set_ephemeral (KEYDB_HANDLE hd, int yes) /* If the keyring has not yet been locked, lock it now. This - operation is required before any update opeations; it is optionaly + operation is required before any update operation; it is optional for an insert operation. The lock is released with keydb_released. */ gpg_error_t |