From 3860412af775ad735265fe69860d8db8c260e455 Mon Sep 17 00:00:00 2001 From: Lex Spoon Date: Fri, 30 Jun 2006 16:38:01 +0000 Subject: fixed a spelling error --- src/compiler/scala/tools/nsc/ObjectRunner.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/scala/tools/nsc/ObjectRunner.scala b/src/compiler/scala/tools/nsc/ObjectRunner.scala index 64aafb0007..4034e088c4 100644 --- a/src/compiler/scala/tools/nsc/ObjectRunner.scala +++ b/src/compiler/scala/tools/nsc/ObjectRunner.scala @@ -16,7 +16,7 @@ object ObjectRunner { /** Run a given object, specified by name, using a * specified classpath and argument list. * - * Throws: ClassNotFoundException, NoSuchMtehodError, + * Throws: ClassNotFoundException, NoSuchMethodError, * InvocationTargetException */ def run( -- cgit v1.2.3