summaryrefslogtreecommitdiff
path: root/test/files/pos/t6648.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t6648.scala')
-rw-r--r--test/files/pos/t6648.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t6648.scala b/test/files/pos/t6648.scala
index 9593ebfee9..b8f24870cc 100644
--- a/test/files/pos/t6648.scala
+++ b/test/files/pos/t6648.scala
@@ -10,7 +10,7 @@ class Transformer {
}
object transformer1 extends Transformer {
- // Adding explicit type arguments, or making the impilcit view
+ // Adding explicit type arguments, or making the implicit view
// seqToNodeSeq explicit avoids the crash
NodeSeq.foo {
// These both avoid the crash: