summaryrefslogtreecommitdiff
path: root/test/files/pos/t6601/UsePrivateValueClass_2.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t6601/UsePrivateValueClass_2.scala')
-rw-r--r--test/files/pos/t6601/UsePrivateValueClass_2.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t6601/UsePrivateValueClass_2.scala b/test/files/pos/t6601/UsePrivateValueClass_2.scala
index 461b8397b2..3b2b3dcc21 100644
--- a/test/files/pos/t6601/UsePrivateValueClass_2.scala
+++ b/test/files/pos/t6601/UsePrivateValueClass_2.scala
@@ -1,5 +1,5 @@
object Test {
- // After the first attempt to make seprately compiled value
+ // After the first attempt to make separately compiled value
// classes respect the privacy of constructors, we got:
//
// exception when typing v.a().==(v.a())/class scala.reflect.internal.Trees$Apply