commit | 478b50cf67d6a91fdcd584cff57c58b7e863055d | [log] [tgz] |
---|---|---|
author | Veres Lajos <vlajos@gmail.com> | Thu Jun 13 00:22:32 2013 +0100 |
committer | Ben Laurie <ben@links.org> | Thu Sep 05 21:39:42 2013 +0100 |
tree | 2503e85a768e8bde5edace29c80222b47ea1f0ea | |
parent | d2625fd65772ce3de2563e648decd2d1074fd873 [diff] [blame] |
misspellings fixes by https://github.com/vlajos/misspell_fixer
diff --git a/apps/s_client.c b/apps/s_client.c index a2876b8..2f13503 100644 --- a/apps/s_client.c +++ b/apps/s_client.c
@@ -1866,7 +1866,7 @@ 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))