summaryrefslogtreecommitdiff
path: root/test/files/pos/SI-4012-b.scala
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2015-06-21 21:50:45 -0400
committerSeth Tisue <seth@tisue.net>2015-06-21 21:50:45 -0400
commit7f1336a2ffaf573dd71192932e7b599213e5a1d0 (patch)
tree9ee780c20f39c1a50c7b9d5a55f6f385528da5fa /test/files/pos/SI-4012-b.scala
parenta3beedac5b957e3954be288b1be7c52a1d7d31b0 (diff)
parent2530699c103460c0e8388179aa91db6cedb89ecc (diff)
downloadscala-7f1336a2ffaf573dd71192932e7b599213e5a1d0.tar.gz
scala-7f1336a2ffaf573dd71192932e7b599213e5a1d0.tar.bz2
scala-7f1336a2ffaf573dd71192932e7b599213e5a1d0.zip
Merge pull request #4571 from janekdb/2.11.x-typos-d-f
Fix 36 typos (d-f)
Diffstat (limited to 'test/files/pos/SI-4012-b.scala')
-rw-r--r--test/files/pos/SI-4012-b.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/SI-4012-b.scala b/test/files/pos/SI-4012-b.scala
index 6bc8592766..f6d84963e4 100644
--- a/test/files/pos/SI-4012-b.scala
+++ b/test/files/pos/SI-4012-b.scala
@@ -6,7 +6,7 @@ object Sub extends Super[Int] {
// it is expected that super[Super].superb crashes, since
// specialization does parent class rewiring, and the super
// of Sub becomes Super$mcII$sp and not Super. But I consider
- // this normal behavior -- if you want, I can modify duplicatiors
+ // this normal behavior -- if you want, I can modify duplicators
// to make this work, but I consider it's best to keep this
// let the user know Super is not the superclass anymore.
// super[Super].superb - Vlad