Skip to content

Commit

Permalink
Fix typo (#2160)
Browse files Browse the repository at this point in the history
Pull request: #2160
  • Loading branch information
kubukoz authored Nov 29, 2022
1 parent 617fbe9 commit f03c3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bsp/src/mill/bsp/MillScalaBuildServer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ trait MillScalaBuildServer extends ScalaBuildServer { this: MillBuildServer =>
override def buildTargetScalaMainClasses(p: ScalaMainClassesParams)
: CompletableFuture[ScalaMainClassesResult] =
completableTasks(
hint = "buildTragetScalaMainClasses",
hint = "buildTargetScalaMainClasses",
targetIds = p.getTargets.asScala.toSeq,
agg = (items: Seq[ScalaMainClassesItem]) => new ScalaMainClassesResult(items.asJava)
) {
Expand Down

0 comments on commit f03c3c3

Please sign in to comment.