summaryrefslogtreecommitdiff
path: root/test/files/run/t2526.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t2526.scala')
-rw-r--r--test/files/run/t2526.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t2526.scala b/test/files/run/t2526.scala
index 235aca234d..53f3059135 100644
--- a/test/files/run/t2526.scala
+++ b/test/files/run/t2526.scala
@@ -38,7 +38,7 @@ object Test {
/*
* Checks foreach of `actual` goes over all the elements in `expected`
- * We duplicate the method above because there is no common inteface between Traverable and
+ * We duplicate the method above because there is no common inteface between Traversable and
* Iterator and we want to avoid converting between collections to ensure that we test what
* we mean to test.
*/