summaryrefslogtreecommitdiff
path: root/test/files/neg/t3995.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t3995.scala')
-rw-r--r--test/files/neg/t3995.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t3995.scala b/test/files/neg/t3995.scala
index b03617ac86..c79f2a5865 100644
--- a/test/files/neg/t3995.scala
+++ b/test/files/neg/t3995.scala
@@ -27,6 +27,6 @@ object Test {
// can be accessed with unambiguous stable prefixes, the implicits infos
// which are members of these companion objects."
//
- // The skolem is stable, but it doen't seem much good to us
+ // The skolem is stable, but it does not seem much good to us
(new Lift).apply("")
}