diff options
author | Gustaf Neumann <neumann@wu-wien.ac.at> | 2020-06-29 21:13:07 +0200 |
---|---|---|
committer | Dr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com> | 2020-07-05 01:49:20 +0200 |
commit | 8c1cbc72105ffd493b48e65f8f5fd3657dedb28c (patch) | |
tree | b1437e0210f80d7de45d8d33903a2f28fe1b82da /NOTES.WIN | |
parent | Configuration and build: Fix solaris tags (diff) | |
download | openssl-8c1cbc72105ffd493b48e65f8f5fd3657dedb28c.tar.xz openssl-8c1cbc72105ffd493b48e65f8f5fd3657dedb28c.zip |
Fix typos and repeated words
CLA: trivial
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/12320)
Diffstat (limited to 'NOTES.WIN')
-rw-r--r-- | NOTES.WIN | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -18,7 +18,7 @@ For this option you can use Cygwin. - Visual C++ native builds, a.k.a. VC-* + Visual C++ native builds, aka VC-* ===================================== Requirement details @@ -100,7 +100,7 @@ is, of course, to choose a different set of directories by using --prefix and --openssldir when configuring. - Special notes for Universal Windows Platform builds, a.k.a. VC-*-UWP + Special notes for Universal Windows Platform builds, aka VC-*-UWP -------------------------------------------------------------------- - UWP targets only support building the static and dynamic libraries. @@ -119,7 +119,7 @@ MSYS2 provides GNU tools, a Unix-like command prompt, and a UNIX compatibility layer for applications. - However in this context it is only used for building OpenSSL. + However, in this context it is only used for building OpenSSL. The resulting OpenSSL does not rely on MSYS2 to run and is fully native. Requirement details |