Mercurial > pidgin
changeset 17912:945b60f02767
- Fixed a comment
author | William Ehlhardt <williamehlhardt@gmail.com> |
---|---|
date | Sat, 02 Jun 2007 04:35:44 +0000 |
parents | 91feef6cbede |
children | 55a0b0a42000 |
files | libpurple/certificate.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/certificate.h Sat Jun 02 00:14:38 2007 +0000 +++ b/libpurple/certificate.h Sat Jun 02 04:35:44 2007 +0000 @@ -42,7 +42,8 @@ * A CertificateScheme must implement all of the fields in the structure, * and register it using TODO:purple_register_certscheme() * - * There may be only ONE + * There may be only ONE CertificateScheme provided for each certificate + * type, as specified by the "name" field. */ struct _CertificateScheme {