summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Dinh <andrewd@openssl.org>2024-08-02 15:54:13 +0200
committerNeil Horman <nhorman@openssl.org>2024-08-07 10:57:29 +0200
commitd0a49eea4a8bb50f7d2269bac390a0ce2cddeb1f (patch)
treed2ad3387ac249537d1f683d83e19cf0869f3a65d
parentTest vectors from rfc9579 and creation tests (diff)
downloadopenssl-d0a49eea4a8bb50f7d2269bac390a0ce2cddeb1f.tar.xz
openssl-d0a49eea4a8bb50f7d2269bac390a0ce2cddeb1f.zip
Fix some small typos
Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/25073)
-rw-r--r--INSTALL.md4
-rw-r--r--doc/HOWTO/certificates.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL.md b/INSTALL.md
index bada9706d6..cd221a7971 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -1326,7 +1326,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
@@ -1781,7 +1781,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
diff --git a/doc/HOWTO/certificates.txt b/doc/HOWTO/certificates.txt
index 54704bcf05..49ff96cbaf 100644
--- a/doc/HOWTO/certificates.txt
+++ b/doc/HOWTO/certificates.txt
@@ -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.