summaryrefslogtreecommitdiff
path: root/project/VersionUtil.scala
diff options
context:
space:
mode:
Diffstat (limited to 'project/VersionUtil.scala')
-rw-r--r--project/VersionUtil.scala2
1 files changed, 1 insertions, 1 deletions
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 =>