]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
corrected typo
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 31 May 2012 20:22:26 +0000 (22:22 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 31 May 2012 20:22:26 +0000 (22:22 +0200)
lib/x509/verify.c

index 8c42e1360d0a491ecf8cde304ecfa8d749a44671..1cf5dc5165fa38ad3fce5da9b77f433c6f358a30 100644 (file)
@@ -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);