]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc: corrected typos [ci skip]
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 21 Nov 2018 20:09:55 +0000 (21:09 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 21 Nov 2018 20:10:00 +0000 (21:10 +0100)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
lib/state.c

index 98c6bb56f9a20ee6c32e2d1e14adea98507d95b0..a60544737adbfbcbd06cc6d82bbc9b1f08b05c16 100644 (file)
@@ -67,7 +67,7 @@ _gnutls_rsa_pms_set_version(gnutls_session_t session,
  * gnutls_cipher_get:
  * @session: is a #gnutls_session_t type.
  *
- * Get currently used cipher.
+ * Get the currently used cipher.
  *
  * Returns: the currently used cipher, a #gnutls_cipher_algorithm_t
  *   type.
@@ -170,7 +170,7 @@ gnutls_certificate_type_get2(gnutls_session_t session,
  * gnutls_kx_get:
  * @session: is a #gnutls_session_t type.
  *
- * Get currently used key exchange algorithm.
+ * Get the currently used key exchange algorithm.
  *
  * This function will return %GNUTLS_KX_ECDHE_RSA, or %GNUTLS_KX_DHE_RSA
  * under TLS 1.3, to indicate an elliptic curve DH key exchange or
@@ -215,7 +215,7 @@ gnutls_kx_algorithm_t gnutls_kx_get(gnutls_session_t session)
  * gnutls_mac_get:
  * @session: is a #gnutls_session_t type.
  *
- * Get currently used MAC algorithm.
+ * Get the currently used MAC algorithm.
  *
  * Returns: the currently used mac algorithm, a
  *   #gnutls_mac_algorithm_t value.
@@ -237,7 +237,7 @@ gnutls_mac_algorithm_t gnutls_mac_get(gnutls_session_t session)
  * gnutls_compression_get:
  * @session: is a #gnutls_session_t type.
  *
- * Get currently used compression algorithm.
+ * Get the currently used compression algorithm.
  *
  * Returns: the currently used compression method, a
  *   #gnutls_compression_method_t value.