aboutsummaryrefslogtreecommitdiffstats
path: root/include
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 /include
parent346bf1a2382dd505e5fa4fd2ecff50e939a35f01 (diff)
downloadopenssl-ba476aa32c2de4c652f2fdb148981f7d1ea6cae1.tar.gz
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 'include')
-rw-r--r--include/openssl/storeerr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/storeerr.h b/include/openssl/storeerr.h
index b1d23de64a..cffe8dea18 100644
--- a/include/openssl/storeerr.h
+++ b/include/openssl/storeerr.h
@@ -73,6 +73,6 @@ int ERR_load_OSSL_STORE_strings(void);
# define OSSL_STORE_R_UI_PROCESS_INTERRUPTED_OR_CANCELLED 109
# define OSSL_STORE_R_UNREGISTERED_SCHEME 105
# define OSSL_STORE_R_UNSUPPORTED_CONTENT_TYPE 110
-# define OSSL_STORE_R_URI_AUTHORITY_UNSUPPORED 111
+# define OSSL_STORE_R_URI_AUTHORITY_UNSUPPORTED 111
#endif