summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-12-06 13:25:56 +0100
committerSimon Josefsson <simon@josefsson.org>2007-12-06 13:25:56 +0100
commit2a8abda443714016a21a2ae1d3725a5bb520c108 (patch)
tree786472d7189a5cc61ad6a9f67731792127ffaf18 /lib
parente220e14117eb6ace0d3a7c28c7f07761ac9ee15b (diff)
downloadgnutls-2a8abda443714016a21a2ae1d3725a5bb520c108.tar.gz
Typo fix.
Tiny patch from Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>.
Diffstat (limited to 'lib')
-rw-r--r--lib/x509/x509.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/x509/x509.c b/lib/x509/x509.c
index 19c7a28333..e1f98eff4e 100644
--- a/lib/x509/x509.c
+++ b/lib/x509/x509.c
@@ -2537,7 +2537,7 @@ gnutls_x509_crt_get_key_purpose_oid (gnutls_x509_crt_t cert,
* @m: will hold the modulus
* @e: will hold the public exponent
*
- * This function will export the RSA private key's parameters found in the given
+ * This function will export the RSA public key's parameters found in the given
* structure. The new parameters will be allocated using
* gnutls_malloc() and will be stored in the appropriate datum.
*