From: Tobias Nießen Date: Sat, 18 Dec 2021 14:52:39 +0000 (+0100) Subject: docs: fix typo in OpenSSL 3 build instructions X-Git-Tag: curl-7_81_0~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b29af4a406278c29d586d3c0f8b965681c114df7;p=thirdparty%2Fcurl.git docs: fix typo in OpenSSL 3 build instructions Closes #8162 --- diff --git a/docs/HTTP3.md b/docs/HTTP3.md index aaa24f9ea7..c84d594d0a 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