libpurple/sslconn.h

changeset 38025
7eb791f2ddac
parent 38021
c0bea291beb5
child 38716
b9bed228745a
--- a/libpurple/sslconn.h	Sun Aug 28 17:46:03 2016 -0500
+++ b/libpurple/sslconn.h	Wed Aug 31 22:16:55 2016 -0500
@@ -32,7 +32,7 @@
  * PurpleSslErrorType:
  * @PURPLE_SSL_HANDSHAKE_FAILED: The handshake failed
  * @PURPLE_SSL_CONNECT_FAILED: The connection failed
- * @PURPLE_SSL_CERTIFICATE_INVALID: The certificated is invalid.
+ * @PURPLE_SSL_CERTIFICATE_INVALID: The certificated is invalid
  *
  * Possible SSL errors.
  */
@@ -69,7 +69,7 @@
  * @inpa:            Glib event source ID; used to refer to the received data
  *                   callback in the glib eventloop
  * @connect_data:    Data related to the underlying TCP connection
- * @conn:            The under lying #GTlsCOnnection
+ * @conn:            The underlying #GTlsConnection
  * @cancellable:     A cancellable to call when cancelled
  * @private_data:    Internal connection data managed by the SSL backend
  *                   (GnuTLS/LibNSS/whatever)

mercurial