2004-01-13 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Tue, 13 Jan 2004 21:42:04 +0000 (21:42 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Tue, 13 Jan 2004 21:42:04 +0000 (21:42 +0000)
* gpgme.h (struct _gpgme_key_sig): Fix comment on REVOKED>

gpgme/ChangeLog
gpgme/gpgme.h

index b7c0f8172db4597db57e01b5612d6c2d9cb4c7eb..923166f8f945e4cfa79863aec5922de1a301dc1a 100644 (file)
@@ -1,3 +1,7 @@
+2004-01-13  Marcus Brinkmann  <marcus@g10code.de>
+
+       * gpgme.h (struct _gpgme_key_sig): Fix comment on REVOKED>
+
 2004-01-12  Werner Koch  <wk@gnupg.org>
 
        * sign.c: Include util.h for prototype of _gpgme_parse_timestamp.
index 4c37961b7ace8da46586c2d5209cbb2434e24a08..c8e590a0dc44cf5de620eb87e5ab84c1a738db5f 100644 (file)
@@ -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.  */