From fc3ddc11b79fc41623399c81aec6ba91da0e559c Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 21 Nov 2018 21:09:55 +0100 Subject: doc: corrected typos [ci skip] Signed-off-by: Nikos Mavrogiannopoulos --- lib/state.c | 8 ++++---- 1 file 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. -- cgit v1.2.1