diff options
author | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2023-05-09 09:06:40 +0200 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2023-06-15 02:11:46 +0200 |
commit | eb4129e12cdf7fe64b3ce352f539e3dbeb1b1321 (patch) | |
tree | 70ffce338d4927b9053db6c3b7b8e16af9e9b681 /INSTALL.md | |
parent | fips: update DSA security check to fix legacy verify strengths (diff) | |
download | openssl-eb4129e12cdf7fe64b3ce352f539e3dbeb1b1321.tar.xz openssl-eb4129e12cdf7fe64b3ce352f539e3dbeb1b1321.zip |
Fix typos found by codespell
Typos in doc/man* will be fixed in a different commit.
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20910)
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md index 44e4a2a15a..e04eb999fd 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1566,7 +1566,7 @@ over the build process. Typically these should be defined prior to running PERL The name of the Perl executable to use when building OpenSSL. - Only needed if builing should use a different Perl executable + Only needed if building should use a different Perl executable than what is used to run the Configure script. RANLIB |