summaryrefslogtreecommitdiff
path: root/test/files/pos/t6648.scala
diff options
context:
space:
mode:
authorMichaƂ Pociecha <michal.pociecha@gmail.com>2015-06-17 11:46:31 +0200
committerJanek Bogucki <janekdb@gmail.com>2015-06-18 08:43:47 +0100
commit2dcc4c42fdcefee08add9dbdcf619ab5da745674 (patch)
tree2b5bc8ef35660b8b53d5a8340b12f9fcce62e54f /test/files/pos/t6648.scala
parentce7d2e95ce1f2bc6e601fb31f4c1fefa39d0d222 (diff)
downloadscala-2dcc4c42fdcefee08add9dbdcf619ab5da745674.tar.gz
scala-2dcc4c42fdcefee08add9dbdcf619ab5da745674.tar.bz2
scala-2dcc4c42fdcefee08add9dbdcf619ab5da745674.zip
Fix another several typos
I just used text search to check whether there are no more typos like these corrected by janekdb, and by the way fixed also some other ones which I saw.
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: