From a50f6cb87278d663802cdd55ce5a99fe0eb28e1c Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Sun, 20 Nov 2011 15:46:14 -0500 Subject: [PATCH] fix typo --- tasks/Node.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/Node.scala b/tasks/Node.scala index ff4484b10..86fca7989 100644 --- a/tasks/Node.scala +++ b/tasks/Node.scala @@ -6,7 +6,7 @@ package sbt import Types._ /** Represents a task node in a format understood by the task evaluation engine Execute. -* Heterogenous inputs (Mixed, tuple) and homogoneous (Uniform, sequence) and defined and consumed separately. +* Heterogenous inputs (Mixed, tuple) and homogoneous (Uniform, sequence) are defined and consumed separately. * * @tparam A the task type * @tparam T the type computed by this node */