changeset 18936:895831f93380

- Documentation correction
author William Ehlhardt <williamehlhardt@gmail.com>
date Fri, 22 Jun 2007 03:33:52 +0000
parents cb9d2b9ad6bc
children eac58c6caae7
files libpurple/certificate.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/certificate.h	Fri Jun 22 03:18:43 2007 +0000
+++ b/libpurple/certificate.h	Fri Jun 22 03:33:52 2007 +0000
@@ -63,7 +63,7 @@
 /** A certificate type
  *
  *  A CertificateScheme must implement all of the fields in the structure,
- *  and register it using TODO:purple_register_certscheme()
+ *  and register it using purple_certificate_register_scheme()
  *
  *  There may be only ONE CertificateScheme provided for each certificate
  *  type, as specified by the "name" field.