Reorganise asn1.h and add comments.
[openssl.git] / crypto / asn1 / t_pkey.c
index 5ae19ed78a5b5b9710e5b016d34be3af3c70c83a..7a570ee823980fbabc16014474d9207b350a1941 100644 (file)
@@ -31,7 +31,7 @@ int ASN1_buf_print(BIO *bp, unsigned char *buf, size_t buflen, int indent)
         }
         /*
          * Use colon separators for each octet for compatibility as
-         * this fuction is used to print out key components.
+         * this function is used to print out key components.
          */
         if (BIO_printf(bp, "%02x%s", buf[i],
                        (i == buflen - 1) ? "" : ":") <= 0)