summaryrefslogtreecommitdiff
path: root/test/files/pos/t8954/t2.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t8954/t2.scala')
-rw-r--r--test/files/pos/t8954/t2.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t8954/t2.scala b/test/files/pos/t8954/t2.scala
index 4def127832..c178486bc9 100644
--- a/test/files/pos/t8954/t2.scala
+++ b/test/files/pos/t8954/t2.scala
@@ -19,7 +19,7 @@ class C {
}
// 2.1 overriding with a deprecated def should be fine
-// and also shoudln't trigger the "deprecation is useless"
+// and also should not trigger the "deprecation is useless"
// warning
class D extends C {
@deprecated("","") override def foo(): Unit = ???