diff --git a/src/universal/bin/sbt b/src/universal/bin/sbt index 9dd623ec8..7447bb89b 100755 --- a/src/universal/bin/sbt +++ b/src/universal/bin/sbt @@ -97,7 +97,7 @@ execRunner () { echo "" } - # THis used to be exec, but we loose the ability to re-hook stty then + # This used to be exec, but we loose the ability to re-hook stty then # for cygwin... Maybe we should flag the feature here... "$@" }