# HG changeset patch # User William Ehlhardt # Date 1182483232 0 # Node ID 895831f93380c9839d156abad0181848ea509ad3 # Parent cb9d2b9ad6bcb1501fdabc3d4e35be6440ba9cd9 - Documentation correction diff -r cb9d2b9ad6bc -r 895831f93380 libpurple/certificate.h --- 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.