From e6dd85961eac8e23b2b8b603ec1762aa60def224 Mon Sep 17 00:00:00 2001 From: Lukas Rytz Date: Mon, 17 Aug 2009 18:20:29 +0000 Subject: fixed typo #2263 --- src/compiler/scala/tools/nsc/typechecker/Typers.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler') diff --git a/src/compiler/scala/tools/nsc/typechecker/Typers.scala b/src/compiler/scala/tools/nsc/typechecker/Typers.scala index a2fcd28da1..94d3aae091 100644 --- a/src/compiler/scala/tools/nsc/typechecker/Typers.scala +++ b/src/compiler/scala/tools/nsc/typechecker/Typers.scala @@ -1130,7 +1130,7 @@ trait Typers { self: Analyzer => "\n is not a subclass of the super"+ps.head.typeSymbol+ "\n of the mixin " + psym); } else { - error(parent.pos, psym+" needs to be a trait be mixed in") + error(parent.pos, psym+" needs to be a trait to be mixed in") } } if (psym hasFlag FINAL) { -- cgit v1.2.3