summaryrefslogtreecommitdiff
path: root/test/files/pos/t8828.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t8828.scala')
-rw-r--r--test/files/pos/t8828.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t8828.scala b/test/files/pos/t8828.scala
index 92092b4dd4..182aba54c0 100644
--- a/test/files/pos/t8828.scala
+++ b/test/files/pos/t8828.scala
@@ -11,7 +11,7 @@ package inner {
}
// the trait is sealed and doWork is not
- // and cannot be overriden: no warning
+ // and cannot be overridden: no warning
private[outer] sealed trait C {
def doWork(a: A): A = a
}