summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2019-05-01 10:57:51 -0400
committerNikos Mavrogiannopoulos <nmav@redhat.com>2019-05-23 11:35:12 +0200
commit431307e1b3da3c782961623c7b19cb7c7fbf84b8 (patch)
tree1f6e3a7ef20bdf4c4bbee5732aecbe3ea1fa11db
parent38c17ec9737de1c434da2c49601a3e4671c74b61 (diff)
downloadgnutls-431307e1b3da3c782961623c7b19cb7c7fbf84b8.tar.gz
Fix Copy&Paste error
Signed-off-by: Simo Sorce <simo@redhat.com>
-rw-r--r--lib/pubkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pubkey.c b/lib/pubkey.c
index 2dfe5d56ec..74d19d8b39 100644
--- a/lib/pubkey.c
+++ b/lib/pubkey.c
@@ -2366,7 +2366,7 @@ int gnutls_pubkey_import_x509_raw(gnutls_pubkey_t pkey,
* gnutls_pubkey_verify_params:
* @key: should contain a #gnutls_pubkey_t type
*
- * This function will verify the private key parameters.
+ * This function will verify the public key parameters.
*
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
* negative error value.