Skip to content

Commit

Permalink
Fix some small typos
Browse files Browse the repository at this point in the history
Reviewed-by: Neil Horman <[email protected]>
Reviewed-by: Matt Caswell <[email protected]>
(Merged from openssl#25073)
  • Loading branch information
andrewkdinh authored and nhorman committed Aug 7, 2024
1 parent e5569e0 commit d0a49ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/HOWTO/certificates.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit d0a49ee

Please sign in to comment.