From 8592baf7848983aaf3ead98733307e3c47101c67 Mon Sep 17 00:00:00 2001 From: Michael Gruben Trejo Date: Fri, 29 Mar 2019 17:38:26 -0700 Subject: [PATCH] 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 Reviewers: Gwen Shapira Closes #6523 from mgrubent/patch-1 --- bin/kafka-run-class.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/kafka-run-class.sh b/bin/kafka-run-class.sh index c60419bb473..99564bc022a 100755 --- a/bin/kafka-run-class.sh +++ b/bin/kafka-run-class.sh @@ -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