mirror of https://github.com/apache/kafka.git
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:
parent
219c22113e
commit
8592baf784
|
@ -20,7 +20,7 @@ then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
# CYGINW == 1 if Cygwin is detected, else 0.
|
||||
# CYGWIN == 1 if Cygwin is detected, else 0.
|
||||
if [[ $(uname -a) =~ "CYGWIN" ]]; then
|
||||
CYGWIN=1
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue