summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--base/native-tools/src/p7tool/SSLerrs.h2
-rw-r--r--base/native-tools/src/tkstool/SSLerrs.h2
-rw-r--r--base/tps-client/src/include/httpClient/httpc/SSLerrs.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/base/native-tools/src/p7tool/SSLerrs.h b/base/native-tools/src/p7tool/SSLerrs.h
index d6ec13b47..3dd1f8693 100644
--- a/base/native-tools/src/p7tool/SSLerrs.h
+++ b/base/native-tools/src/p7tool/SSLerrs.h
@@ -245,7 +245,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.")
diff --git a/base/native-tools/src/tkstool/SSLerrs.h b/base/native-tools/src/tkstool/SSLerrs.h
index d6ec13b47..3dd1f8693 100644
--- a/base/native-tools/src/tkstool/SSLerrs.h
+++ b/base/native-tools/src/tkstool/SSLerrs.h
@@ -245,7 +245,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.")
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.")