1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-03-23 21:59:57 +01:00

g10: Fix typo in comment.

--
Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
Daniel Kahn Gillmor 2016-05-20 07:21:38 -07:00 committed by Justus Winter
parent 78bb08425a
commit 5beb6ab4b0

View File

@ -831,7 +831,7 @@ print_status_exported (PKT_public_key *pk)
*
* Since the key data from agant is encrypted, decrypt it by CIPHERHD.
* Then, parse the decrypted key data in transfer format, and put
* secret papameters into PK.
* secret parameters into PK.
*
* CACHE_NONCE_ADDR is used to share nonce for multple key retrievals.
*/