summaryrefslogtreecommitdiff
path: root/test/files/run/t6114.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t6114.scala')
-rw-r--r--test/files/run/t6114.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t6114.scala b/test/files/run/t6114.scala
index cb880ece00..8ad02d5bb2 100644
--- a/test/files/run/t6114.scala
+++ b/test/files/run/t6114.scala
@@ -51,7 +51,7 @@ object Test extends App {
val next = list.asScala ++ List(4,5,6)
assert(next != list.asScala)
- // Note: Clone is hidden at this level, so no overriden cloning.
+ // Note: Clone is hidden at this level, so no overridden cloning.
}
testList