MINOR: Comment spelling nit

`CYGINW` probably should be `CYGWIN`

*More detailed description of your change,
if necessary. The PR title and PR message become
the squashed commit message, so use a separate
comment to ping reviewers.*

*Summary of testing strategy (including rationale)
for the feature or bug fix. Unit and/or integration
tests are expected for any behaviour change and
system tests should be considered for larger changes.*

Author: Michael Gruben Trejo <mgrubentrejo@linkedin.com>

Reviewers: Gwen Shapira

Closes #6523 from mgrubent/patch-1
This commit is contained in:
Michael Gruben Trejo 2019-03-29 17:38:26 -07:00 committed by Gwen Shapira
parent 219c22113e
commit 8592baf784
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ then
exit 1 exit 1
fi fi
# CYGINW == 1 if Cygwin is detected, else 0. # CYGWIN == 1 if Cygwin is detected, else 0.
if [[ $(uname -a) =~ "CYGWIN" ]]; then if [[ $(uname -a) =~ "CYGWIN" ]]; then
CYGWIN=1 CYGWIN=1
else else