From: Nikos Mavrogiannopoulos Date: Thu, 31 May 2012 20:22:26 +0000 (+0200) Subject: corrected typo X-Git-Tag: gnutls_3_0_21~90 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f5f8a23e0ffc4e35aaac90965a2a64485287cd32;p=thirdparty%2Fgnutls.git corrected typo --- diff --git a/lib/x509/verify.c b/lib/x509/verify.c index 8c42e1360d..1cf5dc5165 100644 --- a/lib/x509/verify.c +++ b/lib/x509/verify.c @@ -245,7 +245,7 @@ is_issuer (gnutls_x509_crt_t cert, gnutls_x509_crt_t issuer_cert) if (ret != 0) { /* check if the authority key identifier matches the subject key identifier - * of the isser */ + * of the issuer */ id1_size = sizeof(id1); ret = gnutls_x509_crt_get_authority_key_id(cert, id1, &id1_size, NULL);