summaryrefslogtreecommitdiff
path: root/lib/gnutls_algorithms.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-08-11 03:01:02 +0200
committerSimon Josefsson <simon@josefsson.org>2009-08-11 03:01:02 +0200
commit766759f0152f01bf98e16423a20dfdd82de39881 (patch)
tree2c29135ee930500dd8c860825905bde6b5d28ac3 /lib/gnutls_algorithms.c
parent02242c05973f18dc27917446d45bec1ae5a393c8 (diff)
downloadgnutls-766759f0152f01bf98e16423a20dfdd82de39881.tar.gz
Fix typos in documentation.
Reported by Daiki Ueno <ueno> in <https://savannah.gnu.org/support/?106969>.
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