@@ -39,11 +39,11 @@ * specified. * * @param socket The socket which wants to know if it should accept the received * certificate * @param certificate A dictionary with the fields of the received certificate - * @return Whether the TLS socket should accept the received certificatechain + * @return Whether the TLS socket should accept the received certificate chain */ - (bool)socket: (id )socket shouldAcceptCertificate: (OFDictionary*)certificate; @end