summaryrefslogtreecommitdiffstats
path: root/base/native-tools
diff options
context:
space:
mode:
authorBenjamin Drung <benjamin.drung@profitbricks.com>2014-09-09 19:55:41 +0300
committerAde Lee <alee@redhat.com>2014-09-09 14:42:29 -0400
commitf2f6421c3e50613401a47c2fe10c8666eaa5165c (patch)
treed80082d5016c013743a6c4115e5da75ef9280528 /base/native-tools
parent7fa89c850bf244e64a077bcf176046c9684cb94a (diff)
downloadpki-f2f6421c3e50613401a47c2fe10c8666eaa5165c.tar.gz
pki-f2f6421c3e50613401a47c2fe10c8666eaa5165c.tar.xz
pki-f2f6421c3e50613401a47c2fe10c8666eaa5165c.zip
fix typo succesfully -> successfully
Diffstat (limited to 'base/native-tools')
-rw-r--r--base/native-tools/src/p7tool/SSLerrs.h2
-rw-r--r--base/native-tools/src/tkstool/SSLerrs.h2
2 files changed, 2 insertions, 2 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.")