summaryrefslogtreecommitdiff
path: root/lib/openpgp/gnutls_openpgp.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/openpgp/gnutls_openpgp.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/openpgp/gnutls_openpgp.c')
-rw-r--r--lib/openpgp/gnutls_openpgp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/openpgp/gnutls_openpgp.c b/lib/openpgp/gnutls_openpgp.c
index cda68a51c7..8f9c140c04 100644
--- a/lib/openpgp/gnutls_openpgp.c
+++ b/lib/openpgp/gnutls_openpgp.c
@@ -116,7 +116,7 @@ _gnutls_openpgp_raw_crt_to_gcert (gnutls_cert * gcert,
/**
* gnutls_certificate_set_openpgp_key - Used to set keys in a gnutls_certificate_credentials_t structure
- * @res: is an #gnutls_certificate_credentials_t structure.
+ * @res: is a #gnutls_certificate_credentials_t structure.
* @key: contains an openpgp public key
* @pkey: is an openpgp private key
*