summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2017-03-20 17:08:24 -0700
committerSeth Tisue <seth@tisue.net>2017-03-20 17:24:30 -0700
commit8690809333162520cdd274270a8bc8d0f7402d38 (patch)
tree63d50adf13f0409c93fe0e655ed0e598fca089c0 /project
parent8177b99fa64e4792e427ebc65946d2158ae0150e (diff)
downloadscala-8690809333162520cdd274270a8bc8d0f7402d38.tar.gz
scala-8690809333162520cdd274270a8bc8d0f7402d38.tar.bz2
scala-8690809333162520cdd274270a8bc8d0f7402d38.zip
fix typos
Diffstat (limited to 'project')
-rw-r--r--project/MiMa.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/MiMa.scala b/project/MiMa.scala
index fb9bb175ab..a47856b1fd 100644
--- a/project/MiMa.scala
+++ b/project/MiMa.scala
@@ -51,7 +51,7 @@ object MiMa {
"--curr", curr.getAbsolutePath,
"--filters", filter.getAbsolutePath,
"--generate-filters",
- // !!! Command line MiMa (which we call rathan the sbt Plugin for reasons alluded to in f2d0f1e85) incorrectly
+ // !!! Command line MiMa (which we call rather than the sbt Plugin for reasons alluded to in f2d0f1e85) incorrectly
// defaults to no checking (!) if this isn't specified. Fixed in https://github.com/typesafehub/migration-manager/pull/138
// TODO: Try out the new "--direction both" mode of MiMa
"--direction", "backwards"