aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-07-02 08:53:31 +0000
committerWerner Koch <[email protected]>2002-07-02 08:53:31 +0000
commit1caf8a12aba79960a48c929a18bed30bc3a64522 (patch)
treee8df152718e6359133167768abf652bb17afa0e7
parent(xstrdup): Oops, obviously I calculated the length wrong when (diff)
downloadgpgme-1caf8a12aba79960a48c929a18bed30bc3a64522.tar.gz
gpgme-1caf8a12aba79960a48c929a18bed30bc3a64522.zip
typo fix in comment.
-rw-r--r--gpgme/recipient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpgme/recipient.c b/gpgme/recipient.c
index f1899ce9..46be0378 100644
--- a/gpgme/recipient.c
+++ b/gpgme/recipient.c
@@ -97,7 +97,7 @@ gpgme_recipients_add_name (GpgmeRecipients rset, const char *name )
* validity. Use one of the constants
* %GPGME_VALIDITY_UNKNOWN, %GPGME_VALIDITY_UNDEFINED,
* %GPGME_VALIDITY_NEVER, %GPGME_VALIDITY_MARGINAL,
- * %GPGME_VALIDITY_FULL, %GPGME_VALIDITY_ULTIMATE5
+ * %GPGME_VALIDITY_FULL, %GPGME_VALIDITY_ULTIMATE
* for the validity. %GPGME_VALIDITY_UNKNOWN is implicitly used by
* gpgme_recipients_add_name().
*