From f678a57df8ea27e1b5f489715904dc823bcef123 Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Wed, 21 Dec 2016 13:02:36 +0000 Subject: Fix how "sbt" is written "sbt" is not an acronym (it used to be, but it isn't any longer). It's a proper name, like "iPhone" or "eBay". So, just like you wouldn't write "Get Started With EBay" or "How To Reset Your IPhone", we don't write "Using the Sbt Build". --- project/MiMa.scala | 2 +- project/PartestUtil.scala | 2 +- project/Quiet.scala | 2 +- project/ScalaOptionParser.scala | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'project') diff --git a/project/MiMa.scala b/project/MiMa.scala index 8963699c17..ceda8f5594 100644 --- a/project/MiMa.scala +++ b/project/MiMa.scala @@ -49,7 +49,7 @@ object MiMa { "--curr", curr.getAbsolutePath, "--filters", filter.getAbsolutePath, "--generate-filters", - // !!! Command line MiMa (which we call rathan the SBT Plugin for reasons alluded to in f2d0f1e85) incorrectly + // !!! Command line MiMa (which we call rathan the sbt Plugin for reasons alluded to in f2d0f1e85) incorrectly // defaults to no checking (!) if this isn't specified. Fixed in https://github.com/typesafehub/migration-manager/pull/138 // TODO: Try out the new "--direction both" mode of MiMa "--direction", "backwards" diff --git a/project/PartestUtil.scala b/project/PartestUtil.scala index 897881d2b6..7cb9af4c94 100644 --- a/project/PartestUtil.scala +++ b/project/PartestUtil.scala @@ -35,7 +35,7 @@ object PartestUtil { // HACK: if we parse `--srcpath scaladoc`, we overwrite this var. The parser for test file paths // then lazily creates the examples based on the current value. - // TODO is there a cleaner way to do this with SBT's parser infrastructure? + // TODO is there a cleaner way to do this with sbt's parser infrastructure? var srcPath = "files" var _testFiles: TestFiles = null def testFiles = { diff --git a/project/Quiet.scala b/project/Quiet.scala index 84d01d5544..0a186d8f28 100644 --- a/project/Quiet.scala +++ b/project/Quiet.scala @@ -2,7 +2,7 @@ import sbt._ import Keys._ object Quiet { - // Workaround SBT issue described: + // Workaround sbt issue described: // // https://github.com/scala/scala-dev/issues/100 def silenceScalaBinaryVersionWarning = ivyConfiguration := { diff --git a/project/ScalaOptionParser.scala b/project/ScalaOptionParser.scala index dfc9d481a9..27ed1f0e6f 100644 --- a/project/ScalaOptionParser.scala +++ b/project/ScalaOptionParser.scala @@ -5,7 +5,7 @@ import sbt.complete.Parsers._ import sbt.complete._ object ScalaOptionParser { - /** A SBT parser for the Scala command line runners (scala, scalac, etc) */ + /** An sbt parser for the Scala command line runners (scala, scalac, etc) */ def scalaParser(entryPoint: String, globalBase: File): Parser[String] = { def BooleanSetting(name: String): Parser[String] = token(name) -- cgit v1.2.3