aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2004-01-13 21:42:04 +0000
committerMarcus Brinkmann <[email protected]>2004-01-13 21:42:04 +0000
commit76b5855b8ed254b05fa2d60a2af9dd25531bed5f (patch)
treeba080e043db3d08abfa280755f6746eaa939d066
parentAdded files usually installed bu automake. We want to keep them in the CVS (diff)
downloadgpgme-76b5855b8ed254b05fa2d60a2af9dd25531bed5f.tar.gz
gpgme-76b5855b8ed254b05fa2d60a2af9dd25531bed5f.zip
2004-01-13 Marcus Brinkmann <[email protected]>
* gpgme.h (struct _gpgme_key_sig): Fix comment on REVOKED>
Diffstat (limited to '')
-rw-r--r--gpgme/ChangeLog4
-rw-r--r--gpgme/gpgme.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gpgme/ChangeLog b/gpgme/ChangeLog
index b7c0f817..923166f8 100644
--- a/gpgme/ChangeLog
+++ b/gpgme/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-13 Marcus Brinkmann <[email protected]>
+
+ * gpgme.h (struct _gpgme_key_sig): Fix comment on REVOKED>
+
2004-01-12 Werner Koch <[email protected]>
* sign.c: Include util.h for prototype of _gpgme_parse_timestamp.
diff --git a/gpgme/gpgme.h b/gpgme/gpgme.h
index 4c37961b..c8e590a0 100644
--- a/gpgme/gpgme.h
+++ b/gpgme/gpgme.h
@@ -473,7 +473,7 @@ struct _gpgme_key_sig
{
struct _gpgme_key_sig *next;
- /* True if the signature is revoked. */
+ /* True if the signature is a revokation signature. */
unsigned int revoked : 1;
/* True if the signature is expired. */