misspellings fixes by https://github.com/vlajos/misspell_fixer
[openssl.git] / apps / s_client.c
index a2876b8b68b580674e4f879adc7af1d588549d22..2f135035b252963616207391563726b1c5102075 100644 (file)
@@ -1866,7 +1866,7 @@ SSL_set_tlsext_status_ids(con, ids);
 
                if ((SSL_version(con) == DTLS1_VERSION) && DTLSv1_handle_timeout(con) > 0)
                        {
-                       BIO_printf(bio_err,"TIMEOUT occured\n");
+                       BIO_printf(bio_err,"TIMEOUT occurred\n");
                        }
 
                if (!ssl_pending && FD_ISSET(SSL_get_fd(con),&writefds))