various spelling fixes
[openssl.git] / ssl / ssl_txt.c
index b2c6bf7ce655d38529d9e72ebf036662308633c4..e0f82eccf1178f4f97df7937f63e475a5b9365a2 100644 (file)
@@ -238,7 +238,7 @@ int SSL_SESSION_print_keylog(BIO *bp, const SSL_SESSION *x)
 
     /*
      * the RSA prefix is required by the format's definition although there's
-     * nothing RSA-specifc in the output, therefore, we don't have to check if
+     * nothing RSA-specific in the output, therefore, we don't have to check if
      * the cipher suite is based on RSA
      */
     if (BIO_puts(bp, "RSA ") <= 0)