From: Nikos Mavrogiannopoulos Date: Fri, 14 Aug 2015 09:55:04 +0000 (+0200) Subject: fix typo in comment X-Git-Tag: gnutls_3_5_0~735 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fee6901aa720d5693c1bb5c65d951099d6bd4cce;p=thirdparty%2Fgnutls.git fix typo in comment --- diff --git a/lib/gnutls_cert.c b/lib/gnutls_cert.c index 8d4dc141d8..c80bb071f8 100644 --- a/lib/gnutls_cert.c +++ b/lib/gnutls_cert.c @@ -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,