diff options
author | FdaSilvaYY <fdasilvayy@gmail.com> | 2016-02-05 21:23:54 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-02-05 21:25:50 +0100 |
commit | 0d4fb8439092ff8253af72ac6bc193e77ebbcf2f (patch) | |
tree | 37245acc0ccd68923f888ec2e206a58925b60106 /Netware | |
parent | RT4070: Improve struct/union regexp (diff) | |
download | openssl-0d4fb8439092ff8253af72ac6bc193e77ebbcf2f.tar.xz openssl-0d4fb8439092ff8253af72ac6bc193e77ebbcf2f.zip |
GH601: Various spelling fixes.
Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'Netware')
-rw-r--r-- | Netware/set_env.bat | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Netware/set_env.bat b/Netware/set_env.bat index ace024e529..f063cc9879 100644 --- a/Netware/set_env.bat +++ b/Netware/set_env.bat @@ -1,7 +1,7 @@ @echo off rem ======================================================================== -rem Batch file to assist in setting up the necessary enviroment for +rem Batch file to assist in setting up the necessary environment for rem building OpenSSL for NetWare. rem rem usage: @@ -84,10 +84,10 @@ echo using GNU GCC Compiler :info echo. -if "%LIBC_BUILD%" == "Y" echo Enviroment configured for LibC build +if "%LIBC_BUILD%" == "Y" echo Environment configured for LibC build if "%LIBC_BUILD%" == "Y" echo use "netware\build.bat netware-libc ..." -if "%CLIB_BUILD%" == "Y" echo Enviroment configured for CLib build +if "%CLIB_BUILD%" == "Y" echo Environment configured for CLib build if "%CLIB_BUILD%" == "Y" echo use "netware\build.bat netware-clib ..." goto end |