Fix some Typos and indents
[openssl.git] / ssl / statem / extensions.c
index f62b1fe65f9e3c56c7e4e4286e8396b103403453..2268b271ce0daf82804a5c1da9e86cc2be52cafc 100644 (file)
@@ -720,7 +720,7 @@ int tls_construct_extensions(SSL *s, WPACKET *pkt, unsigned int context,
 
     /* Add custom extensions first */
     if ((context & SSL_EXT_CLIENT_HELLO) != 0) {
-        /* On the server side with initiase during ClientHello parsing */
+        /* On the server side with initialise during ClientHello parsing */
         custom_ext_init(&s->cert->custext);
     }
     if (!custom_ext_add(s, context, pkt, x, chainidx, max_version, &tmpal)) {