From 2fb5170362493cce98b1818a7ce847abb879bcd1 Mon Sep 17 00:00:00 2001 From: Kenneth Rose Date: Wed, 19 Feb 2014 19:39:07 +0000 Subject: [split] Fix typo in Eval.scala Signed-off-by: Evan Meagher RB_ID=290353 --- libraries/eval/Eval.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libraries/eval') 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 { -- cgit v1.2.3