summaryrefslogtreecommitdiff
path: root/test/files/neg/t5120.scala
diff options
context:
space:
mode:
authorJanek Bogucki <janekdb@gmail.com>2015-06-23 19:30:58 +0100
committerJanek Bogucki <janekdb@gmail.com>2015-06-23 19:30:58 +0100
commit639f0b4712521788833bf9b645057eeb98812b52 (patch)
tree6a1f34a6f9bdea35d410d104f1c8aa7c0e3b20ec /test/files/neg/t5120.scala
parent1b09e12ef3b3fea1cab56bac893295f74de23b8b (diff)
downloadscala-639f0b4712521788833bf9b645057eeb98812b52.tar.gz
scala-639f0b4712521788833bf9b645057eeb98812b52.tar.bz2
scala-639f0b4712521788833bf9b645057eeb98812b52.zip
Fix 8 typos (j-l)
Diffstat (limited to 'test/files/neg/t5120.scala')
-rw-r--r--test/files/neg/t5120.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t5120.scala b/test/files/neg/t5120.scala
index f28b2cfb4f..0df67bc09b 100644
--- a/test/files/neg/t5120.scala
+++ b/test/files/neg/t5120.scala
@@ -12,7 +12,7 @@ object Test {
str.x1.length
}
}
-// another way demonstrating the same underlying problem, as reported by roman kalukiewicz
+// another way demonstrating the same underlying problem, as reported by Roman Kalukiewicz
class Holder[_T](_f1 : _T, _f2 : _T) {
type T = _T