diff libpurple/certificate.h @ 17912:945b60f02767

- Fixed a comment
author William Ehlhardt <williamehlhardt@gmail.com>
date Sat, 02 Jun 2007 04:35:44 +0000
parents 668a294f9a72
children 55a0b0a42000
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
 {