aboutsummaryrefslogtreecommitdiff
path: root/crypto/store/store_err.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-07-11 11:46:14 +0200
committerRichard Levitte <levitte@openssl.org>2017-07-15 18:53:07 +0200
commitba476aa32c2de4c652f2fdb148981f7d1ea6cae1 (patch)
tree2deb86b3f89b543671f06230200200284426cb5f /crypto/store/store_err.c
parent346bf1a2382dd505e5fa4fd2ecff50e939a35f01 (diff)
downloadopenssl-ba476aa32c2de4c652f2fdb148981f7d1ea6cae1.zip
openssl-ba476aa32c2de4c652f2fdb148981f7d1ea6cae1.tar.gz
openssl-ba476aa32c2de4c652f2fdb148981f7d1ea6cae1.tar.bz2
OSSL_STORE: spell error reason correctly
Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3907)
Diffstat (limited to 'crypto/store/store_err.c')
-rw-r--r--crypto/store/store_err.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/store/store_err.c b/crypto/store/store_err.c
index 86a15c9..c78b3899 100644
--- a/crypto/store/store_err.c
+++ b/crypto/store/store_err.c
@@ -104,8 +104,8 @@ static const ERR_STRING_DATA OSSL_STORE_str_reasons[] = {
"unregistered scheme"},
{ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_UNSUPPORTED_CONTENT_TYPE),
"unsupported content type"},
- {ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_URI_AUTHORITY_UNSUPPORED),
- "uri authority unsuppored"},
+ {ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_URI_AUTHORITY_UNSUPPORTED),
+ "uri authority unsupported"},
{0, NULL}
};