summaryrefslogtreecommitdiff
path: root/test/files/pos/t8111.scala
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2015-07-01 18:20:46 -0400
committerSeth Tisue <seth@tisue.net>2015-07-01 18:20:46 -0400
commit4fe9fdc4cfde60e02805f4079cf74682c4550de6 (patch)
tree16c4e8f79a75e664eb268da88259c921e2b837a2 /test/files/pos/t8111.scala
parent495fdb8119c1941bc210a9b0a186d63971002e22 (diff)
parent3fc4dd8b9656cf7e2947a4b0be2b0aab7261bd22 (diff)
downloadscala-4fe9fdc4cfde60e02805f4079cf74682c4550de6.tar.gz
scala-4fe9fdc4cfde60e02805f4079cf74682c4550de6.tar.bz2
scala-4fe9fdc4cfde60e02805f4079cf74682c4550de6.zip
Merge pull request #4596 from janekdb/2.11.x-typos-p-r
Fix 27 typos (p-r)
Diffstat (limited to 'test/files/pos/t8111.scala')
-rw-r--r--test/files/pos/t8111.scala6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/files/pos/t8111.scala b/test/files/pos/t8111.scala
index 0d63a16ba4..09463ce697 100644
--- a/test/files/pos/t8111.scala
+++ b/test/files/pos/t8111.scala
@@ -7,10 +7,10 @@ trait T {
foo((u: Unit) => ma)
foo(0, (u: Any) => ma) apply ()
- // crash due to side effects on the onwer of the symbol in the
+ // crash due to side effects on the owner of the symbol in the
// qualifier or arguments of the application during an abandoned
- // names/defaults transform. The code type checkes because of
- // autp-tupling which promotes and empty parmater list to `(): Unit`
+ // names/defaults transform. The code type checks because of
+ // auto-tupling which promotes an empty parameter list to `(): Unit`
foo((u: Any) => ma)()
{{(u: Any) => ma}; this}.foo(0)()