More typo fixes
[openssl.git] / ssl / statem / statem_clnt.c
index c6b164147b17e3d5b0f6f0af353c99e9f90e84fb..d4f8e0a0c3eddd4267cd8d62fc90f25d46df49e3 100644 (file)
@@ -1983,7 +1983,7 @@ static int tls_process_ske_dhe(SSL *s, PACKET *pkt, EVP_PKEY **pkey, int *al)
         goto err;
     }
 
-    /* test non-zero pupkey */
+    /* test non-zero pubkey */
     if (BN_is_zero(bnpub_key)) {
         *al = SSL_AD_DECODE_ERROR;
         SSLerr(SSL_F_TLS_PROCESS_SKE_DHE, SSL_R_BAD_DH_VALUE);