aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorlloyd <[email protected]>2014-11-04 22:18:42 +0000
committerlloyd <[email protected]>2014-11-04 22:18:42 +0000
commitef8f1cbd9f076edf730bca567bd6e1a64f87c512 (patch)
tree3e3dd14c4529cee9a09545cef328cd310f6799d7 /src/lib
parentc075ac86252ffc8f6f77990943aa6cce4994b598 (diff)
Typo
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/tls/msg_client_hello.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/tls/msg_client_hello.cpp b/src/lib/tls/msg_client_hello.cpp
index 744b40810..2e0ef9cde 100644
--- a/src/lib/tls/msg_client_hello.cpp
+++ b/src/lib/tls/msg_client_hello.cpp
@@ -268,7 +268,7 @@ void Client_Hello::deserialize(const std::vector<byte>& buf)
{
if(!reneg->renegotiation_info().empty())
throw TLS_Exception(Alert::HANDSHAKE_FAILURE,
- "Client send renegotiation SCSV and non-empty extension");
+ "Client sent renegotiation SCSV and non-empty extension");
}
else
{