]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix some small typos
authorAndrew Dinh <andrewd@openssl.org>
Fri, 2 Aug 2024 13:54:13 +0000 (20:54 +0700)
committerNeil Horman <nhorman@openssl.org>
Wed, 7 Aug 2024 09:13:30 +0000 (05:13 -0400)
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25073)

(cherry picked from commit d0a49eea4a8bb50f7d2269bac390a0ce2cddeb1f)

INSTALL.md
doc/HOWTO/certificates.txt

index cd2bfe4031f42eae6ee60b3bacba4cf5f3104c2d..036ac468a9e69652423f14ea31c42384812de65a 100644 (file)
@@ -1165,7 +1165,7 @@ Configure OpenSSL
 ### Automatic Configuration
 
 In previous version, the `config` script determined the platform type and
-compiler and then called `Configure`. Starting with this release, they are
+compiler and then called `Configure`. Starting with version 3.0, they are
 the same.
 
 #### Unix / Linux / macOS
@@ -1619,7 +1619,7 @@ More about our support resources can be found in the [SUPPORT] file.
 
 ### Configuration Errors
 
-If the `./Configure` or `./Configure` command fails with an error message,
+If the `./config` or `./Configure` command fails with an error message,
 read the error message carefully and try to figure out whether you made
 a mistake (e.g., by providing a wrong option), or whether the script is
 working incorrectly. If you think you encountered a bug, please
index 78ab97b4192800d7a0b9aa89f7b77817abf81d58..82ce502a1d3de4ada49065ca649b20167d303590 100644 (file)
@@ -89,7 +89,7 @@ was kind enough, your certificate is a raw DER thing in PEM format.
 Your key most definitely is if you have followed the examples above.
 However, some (most?) certificate authorities will encode them with
 things like PKCS7 or PKCS12, or something else.  Depending on your
-applications, this may be perfectly OK, it all depends on what they
+applications, this may be perfectly OK.  It all depends on what they
 know how to decode.  If not, there are a number of OpenSSL tools to
 convert between some (most?) formats.