aboutsummaryrefslogtreecommitdiff
path: root/libraries/eval
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/eval')
-rw-r--r--libraries/eval/Eval.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/eval/Eval.scala b/libraries/eval/Eval.scala
index 8c3cc0e..b65e0b6 100644
--- a/libraries/eval/Eval.scala
+++ b/libraries/eval/Eval.scala
@@ -74,7 +74,7 @@ class Eval(target: Option[File]) {
classPathOfClass("scala.tools.nsc.Interpreter")
} catch {
case e: Throwable =>
- throw new RuntimeException("Unable lo load scala interpreter from classpath (scala-compiler jar is missing?)", e)
+ throw new RuntimeException("Unable to load Scala interpreter from classpath (scala-compiler jar is missing?)", e)
}
private lazy val libPath = try {