summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2021-12-18 15:52:39 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-12-18 16:22:12 +0100
commitb29af4a406278c29d586d3c0f8b965681c114df7 (patch)
tree3dc424cb1cfd3008728f47e67759537063b43b93
parented0bc61e31a90d284b2686df1d48fd697e3ebbc4 (diff)
downloadcurl-b29af4a406278c29d586d3c0f8b965681c114df7.tar.gz
docs: fix typo in OpenSSL 3 build instructions
Closes #8162
-rw-r--r--docs/HTTP3.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HTTP3.md b/docs/HTTP3.md
index aaa24f9ea..c84d594d0 100644
--- a/docs/HTTP3.md
+++ b/docs/HTTP3.md
@@ -69,7 +69,7 @@ Build curl
% make
% make install
-For OpenSSL 3.0.0 or later builds on Linux for x86_64 architecture, substitute all occurances of "/lib" with "/lib64"
+For OpenSSL 3.0.0 or later builds on Linux for x86_64 architecture, substitute all occurrences of "/lib" with "/lib64"
## Build with GnuTLS