summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2018-11-21 21:09:55 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2018-11-21 21:10:00 +0100
commitfc3ddc11b79fc41623399c81aec6ba91da0e559c (patch)
treebf7e43ffd96ebb366db4ab3140eeb8d41a42922c
parent78a1f99542696727e4b1f4150af1d3948dd1e011 (diff)
downloadgnutls-fc3ddc11b79fc41623399c81aec6ba91da0e559c.tar.gz
doc: corrected typos [ci skip]
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--lib/state.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/state.c b/lib/state.c
index 98c6bb56f9..a60544737a 100644
--- a/lib/state.c
+++ b/lib/state.c
@@ -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.