summaryrefslogtreecommitdiff
path: root/src/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/scala/tools/nsc/typechecker/Typers.scala2
1 files changed, 1 insertions, 1 deletions
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) {