]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
typo correction.
authorLucien Gentis <lgentis@apache.org>
Sat, 13 Sep 2025 13:31:23 +0000 (13:31 +0000)
committerLucien Gentis <lgentis@apache.org>
Sat, 13 Sep 2025 13:31:23 +0000 (13:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1928428 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.xml

index 854a84dc73a4fa584012a21a0d2c8d0acb406eeb..0210dca1f77853bca39a197b296e9d2a64c2b93a 100644 (file)
@@ -3075,7 +3075,7 @@ ECH <code>public-name</code> and where <code>foo.example.com</code> is a web-sit
 ECH to be used, with both hosted on the same httpd instance.
 </p>
 <p>
-Using ECH requries that httpd load an ECH key pair with a private value for ECH
+Using ECH requires that httpd load an ECH key pair with a private value for ECH
 decryption. Browsers will require that the public component of that key pair be
 published in the DNS. With OpenSSL we generate and store that key pair in an ECH PEM
 formatted file as shown below.