]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Update NOTES-WINDOWS for typos/grammar
authorNeil Horman <nhorman@openssl.org>
Fri, 21 Jun 2024 15:05:22 +0000 (11:05 -0400)
committerNeil Horman <nhorman@openssl.org>
Tue, 9 Jul 2024 08:01:44 +0000 (04:01 -0400)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24450)

NOTES-WINDOWS.md

index f19bcab4f64a5214f1543f8f1872aa9c1eba1c9e..d39bb90918e863e3e3de318124f1cf3a1ef3cead 100644 (file)
@@ -125,10 +125,10 @@ Administrator" before running `nmake install`.  The other solution
 is, of course, to choose a different set of directories by using
 `--prefix` and `--openssldir` when configuring.
 
-Note that, on Windows platforms (both 32 and 64 bit), the above build time
+Note that, on Windows platforms (both 32 and 64 bit), the above build-time
 defaults can be overridden by registry keys.  This is done because it is common
-practice for windows based installers to allow users to place the installation
-tree at various locations not defined at build time.  The following keys:
+practice for windows-based installers to allow users to place the installation
+tree at an arbitrary location not defined at build-time.  The following keys:
 
     `\\HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\OpenSSL-<version>-<ctx>\OPENSSLDIR`
     `\\HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\OpenSSL-<version>-<ctx>\ENGINESDIR`
@@ -139,7 +139,7 @@ values for OPENSSLDIR, ENGINESDIR and MODULESDIR respectively.
 
 To enable the reading of registry keys from windows builds, add
 `-DOPENSSL_WINCTX=<string>`to the Configure command line.  This define is used
-at build time to construct library build specific registry key paths of the
+at build-time to construct library build specific registry key paths of the
 format:
 `\\HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432node\OpenSSL-<version>-<ctx>`
 Where `<version>` is the semantic major.minor.patch version of the library being