various spelling fixes
[openssl.git] / ssl / ssl_cert.c
index 24ac352d1da47c4644475b5d55069be32bed1f30..8668a595e19e8db19112365fd19b1f63e756b77f 100644 (file)
@@ -842,7 +842,7 @@ static int ssl_add_cert_to_buf(BUF_MEM *buf, unsigned long *l, X509 *x)
     return 1;
 }
 
-/* Add certificate chain to internal SSL BUF_MEM strcuture */
+/* Add certificate chain to internal SSL BUF_MEM structure */
 int ssl_add_cert_chain(SSL *s, CERT_PKEY *cpk, unsigned long *l)
 {
     BUF_MEM *buf = s->init_buf;