This is an automated email from the ASF dual-hosted git repository.

gwenshap pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 8592baf  MINOR: Comment spelling nit
8592baf is described below

commit 8592baf7848983aaf3ead98733307e3c47101c67
Author: Michael Gruben Trejo <mgrubentr...@linkedin.com>
AuthorDate: Fri Mar 29 17:38:26 2019 -0700

    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 <mgrubentr...@linkedin.com>
    
    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 c60419b..99564bc 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

Reply via email to