# HG changeset patch # User William Ehlhardt # Date 1180758944 0 # Node ID 945b60f027672e9d6f84a756dcf7b225dca2f661 # Parent 91feef6cbedeae1d973ad62209d88946d14407a0 - Fixed a comment diff -r 91feef6cbede -r 945b60f02767 libpurple/certificate.h --- 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 {