From f2f6421c3e50613401a47c2fe10c8666eaa5165c Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Tue, 9 Sep 2014 19:55:41 +0300 Subject: fix typo succesfully -> successfully --- base/tps-client/src/include/httpClient/httpc/SSLerrs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/tps-client') diff --git a/base/tps-client/src/include/httpClient/httpc/SSLerrs.h b/base/tps-client/src/include/httpClient/httpc/SSLerrs.h index 818da3e87..60b67e6c4 100644 --- a/base/tps-client/src/include/httpClient/httpc/SSLerrs.h +++ b/base/tps-client/src/include/httpClient/httpc/SSLerrs.h @@ -244,7 +244,7 @@ ER3(SSL_ERROR_HANDSHAKE_UNEXPECTED_ALERT , (SSL_ERROR_BASE + 59), "SSL peer was not expecting a handshake message it received.") ER3(SSL_ERROR_DECOMPRESSION_FAILURE_ALERT , (SSL_ERROR_BASE + 60), -"SSL peer was unable to succesfully decompress an SSL record it received.") +"SSL peer was unable to successfully decompress an SSL record it received.") ER3(SSL_ERROR_HANDSHAKE_FAILURE_ALERT , (SSL_ERROR_BASE + 61), "SSL peer was unable to negotiate an acceptable set of security parameters.") -- cgit