[Pkg-gnupg-commit] [gnupg2] 111/132: gpg: Fix typo.
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Wed May 17 03:07:48 UTC 2017
This is an automated email from the git hooks/post-receive script.
dkg pushed a commit to branch experimental
in repository gnupg2.
commit 692208fd6c1547cc7dd2062a1d1c9499bc0a8be4
Author: Justus Winter <justus at g10code.com>
Date: Mon May 8 13:52:39 2017 +0200
gpg: Fix typo.
--
Signed-off-by: Justus Winter <justus at g10code.com>
---
g10/packet.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/g10/packet.h b/g10/packet.h
index a10495c..d42510d 100644
--- a/g10/packet.h
+++ b/g10/packet.h
@@ -623,7 +623,7 @@ struct parse_packet_ctx_s
iobuf_t inp; /* The input stream with the packets. */
struct packet_struct last_pkt; /* The last parsed packet. */
int free_last_pkt; /* Indicates that LAST_PKT must be freed. */
- int skip_meta; /* Skip right trust packets. */
+ int skip_meta; /* Skip ring trust packets. */
};
typedef struct parse_packet_ctx_s *parse_packet_ctx_t;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git
More information about the Pkg-gnupg-commit
mailing list