From 1ee0e5dd0be519e2a89410862f21a349873d0805 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Fri, 20 Jan 2017 08:11:45 +0000 Subject: [PATCH] spelling: computation --- tasks-standard/src/main/scala/sbt/Action.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks-standard/src/main/scala/sbt/Action.scala b/tasks-standard/src/main/scala/sbt/Action.scala index 166cb5f9a..c7e1f0529 100644 --- a/tasks-standard/src/main/scala/sbt/Action.scala +++ b/tasks-standard/src/main/scala/sbt/Action.scala @@ -10,7 +10,7 @@ import ConcurrentRestrictions.{ Tag, TagMap, tagsKey } // Action, Task, and Info are intentionally invariant in their type parameter. // Various natural transformations used, such as PMap, require invariant type constructors for correctness -/** Defines a task compuation*/ +/** Defines a task computation*/ sealed trait Action[T] { // TODO: remove after deprecated InputTask constructors are removed private[sbt] def mapTask(f: Task ~> Task): Action[T]