summaryrefslogtreecommitdiff
path: root/test/files/neg/t8597b.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t8597b.scala')
-rw-r--r--test/files/neg/t8597b.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t8597b.scala b/test/files/neg/t8597b.scala
index b29d591cb1..cbf0bf1c5a 100644
--- a/test/files/neg/t8597b.scala
+++ b/test/files/neg/t8597b.scala
@@ -4,7 +4,7 @@ object Unchecked {
// t is a fresh pattern type variable, despite our attempts to
// backtick our way to the enclosing `t`. Under this interpretation,
- // the absense of an unchecked warning is expected.
+ // the absence of an unchecked warning is expected.
(null: Any) match {
case _: Some[t] => // no warn
}