summaryrefslogtreecommitdiff
path: root/src/compiler
diff options
context:
space:
mode:
authorJulio Santos <julio@morgane.com>2013-01-02 19:40:40 -0800
committerJulio Santos <julio@morgane.com>2013-01-02 19:40:40 -0800
commit76aab735d8c80915d804f147693cca52279f9cfc (patch)
treecb3b1eaf112ae0fe7b8e8520c8a0e34597686b49 /src/compiler
parent666572261c41cc92b06c03bf4aa260c198240cd8 (diff)
downloadscala-76aab735d8c80915d804f147693cca52279f9cfc.tar.gz
scala-76aab735d8c80915d804f147693cca52279f9cfc.tar.bz2
scala-76aab735d8c80915d804f147693cca52279f9cfc.zip
Fix dependant => dependent
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/scala/tools/ant/ScalaTool.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/ant/ScalaTool.scala b/src/compiler/scala/tools/ant/ScalaTool.scala
index 57d24f6213..633145a97c 100644
--- a/src/compiler/scala/tools/ant/ScalaTool.scala
+++ b/src/compiler/scala/tools/ant/ScalaTool.scala
@@ -108,7 +108,7 @@ class ScalaTool extends ScalaMatchingTask {
* for general purpose scripts, as this does not assume all elements are
* relative to the Ant `basedir`. Additionally, the platform specific
* demarcation of any script variables (e.g. `${SCALA_HOME}` or
- * `%SCALA_HOME%`) can be specified in a platform independant way (e.g.
+ * `%SCALA_HOME%`) can be specified in a platform independent way (e.g.
* `@SCALA_HOME@`) and automatically translated for you.
*/
def setClassPath(input: String) {