]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
fix typo in comment
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 14 Aug 2015 09:55:04 +0000 (11:55 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 14 Aug 2015 09:55:04 +0000 (11:55 +0200)
lib/gnutls_cert.c

index 8d4dc141d8e06171ad48c65994e15fd5ea187b75..c80bb071f8779c80afe665b5fba75ba3d30f9b0a 100644 (file)
@@ -242,7 +242,7 @@ gnutls_certificate_allocate_credentials(gnutls_certificate_credentials_t *
  * certificate. (Eg a certificate with RSA params, supports
  * GNUTLS_KX_RSA algorithm).
  * This function also uses the KeyUsage field of the certificate
- * extensions in order to disable unneded algorithms.
+ * extensions in order to disable unneeded algorithms.
  */
 int
 _gnutls_selected_cert_supported_kx(gnutls_session_t session,