ispell (and minor modifications)
[openssl.git] / ssl / s3_pkt.c
index a1a701458527fd5b3da13fc357875580df7342e4..2f56df3e32430719336e933b887a8b6eb76fd757 100644 (file)
@@ -331,7 +331,7 @@ again:
        /* We now have - encrypted [ MAC [ compressed [ plain ] ] ]
         * rr->length bytes of encrypted compressed stuff. */
 
-       /* check is not needed I belive */
+       /* check is not needed I believe */
        if (rr->length > (unsigned int)SSL3_RT_MAX_ENCRYPTED_LENGTH+extra)
                {
                al=SSL_AD_RECORD_OVERFLOW;