summaryrefslogtreecommitdiffstats
path: root/NOTES-PERL.md
diff options
context:
space:
mode:
authorThiago Suchorski <suchorski@ymail.com>2022-09-22 08:27:27 -0300
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>2022-10-09 17:40:29 +0200
commitaf33b200da8040c78dbfd8405878190980727171 (patch)
treeb2117a3dc945c00ff9b20bd7d0b6675374480ed1 /NOTES-PERL.md
parent19b6b5f4791e3531cd6d3aabc8706d590ade14b7 (diff)
Fixed some grammar and spelling
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/19262)
Diffstat (limited to 'NOTES-PERL.md')
-rw-r--r--NOTES-PERL.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/NOTES-PERL.md b/NOTES-PERL.md
index b7fc83fc7d..b49daed244 100644
--- a/NOTES-PERL.md
+++ b/NOTES-PERL.md
@@ -33,12 +33,12 @@ Perl on Windows
---------------
There are a number of build targets that can be viewed as "Windows".
-Indeed, there are `VC-*` configs targeting VisualStudio C, as well as
+Indeed, there are `VC-*` configs targeting Visual Studio C, as well as
MinGW and Cygwin. The key recommendation is to use a Perl installation
that matches the build environment. For example, if you will build
on Cygwin be sure to use the Cygwin package manager to install Perl.
For MSYS builds use the MSYS provided Perl.
-For VC-* builds we recommend Strawberry Perl, from <http://strawberryperl.com>.
+For VC-* builds, we recommend Strawberry Perl, from <http://strawberryperl.com>.
An alternative is ActiveState Perl, from <http://www.activestate.com/ActivePerl>
for which you may need to explicitly select the Perl module Win32/Console.pm
available via <https://platform.activestate.com/ActiveState>.