diff options
author | Justus Winter <[email protected]> | 2016-04-07 11:51:26 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-04-07 11:51:26 +0000 |
commit | 71040f48ef6bf88e88cb05c2aee8a77d682b2a33 (patch) | |
tree | b53137a09ae44b3bdddcf604aa3f0f1eb6255baf | |
parent | doc: Update help.ru.txt (diff) | |
download | gnupg-71040f48ef6bf88e88cb05c2aee8a77d682b2a33.tar.gz gnupg-71040f48ef6bf88e88cb05c2aee8a77d682b2a33.zip |
g10: Fix typo.
--
Signed-off-by: Justus Winter <[email protected]>
-rw-r--r-- | g10/packet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/packet.h b/g10/packet.h index c1aaedbd6..194c13442 100644 --- a/g10/packet.h +++ b/g10/packet.h @@ -327,7 +327,7 @@ struct seckey_info /**************** * The in-memory representation of a public key (RFC 4880, Section * 5.5). Note: this structure contains significantly more information - * thatn is contained in an OpenPGP public key packet. This + * than is contained in an OpenPGP public key packet. This * information is derived from the self-signed signatures (by * merge_keys_and_selfsig()) and is ignored when serializing the * packet. The fields that are actually written out when serializing |