summaryrefslogtreecommitdiff
path: root/lib/gnutls_srp.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_srp.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_srp.c')
-rw-r--r--lib/gnutls_srp.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/gnutls_srp.c b/lib/gnutls_srp.c
index c5b4141813..3131083596 100644
--- a/lib/gnutls_srp.c
+++ b/lib/gnutls_srp.c
@@ -391,7 +391,7 @@ freeall:
/**
* gnutls_srp_free_client_credentials - Used to free an allocated gnutls_srp_client_credentials_t structure
- * @sc: is an #gnutls_srp_client_credentials_t structure.
+ * @sc: is a #gnutls_srp_client_credentials_t structure.
*
* This structure is complex enough to manipulate directly thus
* this helper function is provided in order to free (deallocate) it.
@@ -407,7 +407,7 @@ gnutls_srp_free_client_credentials (gnutls_srp_client_credentials_t sc)
/**
* gnutls_srp_allocate_client_credentials - Used to allocate an gnutls_srp_server_credentials_t structure
- * @sc: is a pointer to an #gnutls_srp_server_credentials_t structure.
+ * @sc: is a pointer to a #gnutls_srp_server_credentials_t structure.
*
* This structure is complex enough to manipulate directly thus
* this helper function is provided in order to allocate it.
@@ -428,7 +428,7 @@ gnutls_srp_allocate_client_credentials (gnutls_srp_client_credentials_t * sc)
/**
* gnutls_srp_set_client_credentials - Used to set the username/password, in a gnutls_srp_client_credentials_t structure
- * @res: is an #gnutls_srp_client_credentials_t structure.
+ * @res: is a #gnutls_srp_client_credentials_t structure.
* @username: is the user's userid
* @password: is the user's password
*
@@ -468,7 +468,7 @@ gnutls_srp_set_client_credentials (gnutls_srp_client_credentials_t res,
/**
* gnutls_srp_free_server_credentials - Used to free an allocated gnutls_srp_server_credentials_t structure
- * @sc: is an #gnutls_srp_server_credentials_t structure.
+ * @sc: is a #gnutls_srp_server_credentials_t structure.
*
* This structure is complex enough to manipulate directly thus
* this helper function is provided in order to free (deallocate) it.
@@ -485,7 +485,7 @@ gnutls_srp_free_server_credentials (gnutls_srp_server_credentials_t sc)
/**
* gnutls_srp_allocate_server_credentials - Used to allocate an gnutls_srp_server_credentials_t structure
- * @sc: is a pointer to an #gnutls_srp_server_credentials_t structure.
+ * @sc: is a pointer to a #gnutls_srp_server_credentials_t structure.
*
* This structure is complex enough to manipulate directly thus this
* helper function is provided in order to allocate it.
@@ -506,7 +506,7 @@ gnutls_srp_allocate_server_credentials (gnutls_srp_server_credentials_t * sc)
/**
* gnutls_srp_set_server_credentials_file - Used to set the password files, in a gnutls_srp_server_credentials_t structure
- * @res: is an #gnutls_srp_server_credentials_t structure.
+ * @res: is a #gnutls_srp_server_credentials_t structure.
* @password_file: is the SRP password file (tpasswd)
* @password_conf_file: is the SRP password conf file (tpasswd.conf)
*