From e0a8ffe88740995150fa7ca58797a4cceed3169f Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Wed, 7 Sep 2016 14:17:35 -0700 Subject: assorted typo fixes, cleanup, updating of comments just in time for Halloween. "boostrap" is definitely the most adorable typo evah -- and one of the most common, too. but we don't want to scare anybody. --- project/VersionUtil.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project') diff --git a/project/VersionUtil.scala b/project/VersionUtil.scala index e2c2715320..409efdd261 100644 --- a/project/VersionUtil.scala +++ b/project/VersionUtil.scala @@ -149,7 +149,7 @@ object VersionUtil { s"https://repo.lightbend.com/typesafe/scala-sha-bootstrap/org/scala-lang/bootstrap/$sha/$path/$libName.jar" } - /** Copy a boostrap dependency JAR that is on the classpath to a file */ + /** Copy a bootstrap dependency JAR that is on the classpath to a file */ def copyBootstrapJar(cp: Seq[Attributed[File]], baseDir: File, path: String, libName: String): Unit = { val org = bootstrapOrganization(path) val resolved = cp.find { a => -- cgit v1.2.3