diff options
author | Daniel Kahn Gillmor <[email protected]> | 2016-05-20 14:21:38 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-05-23 13:03:59 +0000 |
commit | 5beb6ab4b07d6a25a119d5f272f2df04d130b984 (patch) | |
tree | 2a153fd4f7edfa6f452708bcc9b770c89e2b3b1b | |
parent | gpg: Speed up key listing in Tofu mode. (diff) | |
download | gnupg-5beb6ab4b07d6a25a119d5f272f2df04d130b984.tar.gz gnupg-5beb6ab4b07d6a25a119d5f272f2df04d130b984.zip |
g10: Fix typo in comment.
--
Signed-off-by: Justus Winter <[email protected]>
-rw-r--r-- | g10/export.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/export.c b/g10/export.c index 89604b4c7..aae8d421f 100644 --- a/g10/export.c +++ b/g10/export.c @@ -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. */ |