summaryrefslogtreecommitdiff
path: root/src/compiler
diff options
context:
space:
mode:
authorJean-Remi Desjardins <jeanremi.desjardins@gmail.com>2014-12-04 13:44:47 -0800
committerJean-Remi Desjardins <jeanremi.desjardins@gmail.com>2014-12-04 13:44:47 -0800
commit0147c734ec97a05131d1908232e70517b7c20ab7 (patch)
tree3c1ce2ebbfd063502f0c69d0b949e975d8b029fc /src/compiler
parentaa6f0e47559b1c505852f6a105639862b44f359c (diff)
downloadscala-0147c734ec97a05131d1908232e70517b7c20ab7.tar.gz
scala-0147c734ec97a05131d1908232e70517b7c20ab7.tar.bz2
scala-0147c734ec97a05131d1908232e70517b7c20ab7.zip
Fix typo
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/scala/tools/nsc/typechecker/Namers.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/typechecker/Namers.scala b/src/compiler/scala/tools/nsc/typechecker/Namers.scala
index a1de5e303b..0bb94be636 100644
--- a/src/compiler/scala/tools/nsc/typechecker/Namers.scala
+++ b/src/compiler/scala/tools/nsc/typechecker/Namers.scala
@@ -584,7 +584,7 @@ trait Namers extends MethodSynthesis {
// more than one hidden name, the second will not be warned.
// So it is the position of the actual hidden name.
//
- // Note: java imports have precence over definitions in the same package
+ // Note: java imports have precedence over definitions in the same package
// so don't warn for them. There is a corresponding special treatment
// in the shadowing rules in typedIdent to (SI-7232). In any case,
// we shouldn't be emitting warnings for .java source files.