diff options
author | Werner Koch <wk@gnupg.org> | 2014-11-19 10:31:49 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2014-11-19 10:47:57 +0100 |
commit | 592faa7dc4692e0814a9cc93f8b1c0cc2598704f (patch) | |
tree | 82281fb87b143fe43c4a8b7e9483857905b58a97 /g10/passphrase.c | |
parent | Add "gpgconf --kill dirmngr" and avoid useless launch before a kill. (diff) | |
download | gnupg2-592faa7dc4692e0814a9cc93f8b1c0cc2598704f.tar.xz gnupg2-592faa7dc4692e0814a9cc93f8b1c0cc2598704f.zip |
Comment typo fixes.
--
Diffstat (limited to 'g10/passphrase.c')
-rw-r--r-- | g10/passphrase.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/passphrase.c b/g10/passphrase.c index 4d0fda634..08984eff9 100644 --- a/g10/passphrase.c +++ b/g10/passphrase.c @@ -395,7 +395,7 @@ passphrase_clear_cache ( u32 *keyid, const char *cacheid, int algo ) } -/* Return a new DEK object Using the string-to-key sepcifier S2K. Use +/* Return a new DEK object using the string-to-key specifier S2K. Use KEYID and PUBKEY_ALGO to prompt the user. Returns NULL is the user selected to cancel the passphrase entry and if CANCELED is not NULL, sets it to true. |