summaryrefslogtreecommitdiff
path: root/lib/gnutls_algorithms.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gnutls_algorithms.c')
-rw-r--r--lib/gnutls_algorithms.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/gnutls_algorithms.c b/lib/gnutls_algorithms.c
index e45f4c1484..ee2df3024a 100644
--- a/lib/gnutls_algorithms.c
+++ b/lib/gnutls_algorithms.c
@@ -678,7 +678,7 @@ gnutls_mac_get_name (gnutls_mac_algorithm_t algorithm)
* Convert a string to a #gnutls_mac_algorithm_t value. The names are
* compared in a case insensitive way.
*
- * Returns: an #gnutls_mac_algorithm_tid of the specified in a string
+ * Returns: a #gnutls_mac_algorithm_tid of the specified in a string
* MAC algorithm, or %GNUTLS_MAC_UNKNOWN on failures.
**/
gnutls_mac_algorithm_t
@@ -1655,7 +1655,7 @@ gnutls_certificate_type_get_name (gnutls_certificate_type_t type)
*
* The names are compared in a case insensitive way.
*
- * Returns: an #gnutls_certificate_type_t for the specified in a
+ * Returns: a #gnutls_certificate_type_t for the specified in a
* string certificate type, or %GNUTLS_CRT_UNKNOWN on error.
**/
gnutls_certificate_type_t
@@ -1971,7 +1971,7 @@ gnutls_pk_list (void)
* compared in a case insensitive way. For example,
* gnutls_pk_get_id("RSA") will return %GNUTLS_PK_RSA.
*
- * Returns: an #gnutls_pk_algorithm_tid of the specified in a string
+ * Returns: a #gnutls_pk_algorithm_tid of the specified in a string
* public key algorithm, or %GNUTLS_PK_UNKNOWN on failures.
*
* Since: 2.6.0