summaryrefslogtreecommitdiff
path: root/test/files/run/t2526.scala
diff options
context:
space:
mode:
authorJanek Bogucki <janekdb@gmail.com>2015-06-22 23:32:33 +0100
committerJanek Bogucki <janekdb@gmail.com>2015-06-22 23:32:33 +0100
commitada9fa0b91ddb64f6d15f7616b455247cbcf2243 (patch)
tree59e7e22f5f7c2b021ca42dc568d9cad8ce0b9875 /test/files/run/t2526.scala
parent7f1336a2ffaf573dd71192932e7b599213e5a1d0 (diff)
downloadscala-ada9fa0b91ddb64f6d15f7616b455247cbcf2243.tar.gz
scala-ada9fa0b91ddb64f6d15f7616b455247cbcf2243.tar.bz2
scala-ada9fa0b91ddb64f6d15f7616b455247cbcf2243.zip
Fix 25 typos (g-i)
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 53f3059135..9f3c48ec61 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 Traversable and
+ * We duplicate the method above because there is no common interface between Traversable and
* Iterator and we want to avoid converting between collections to ensure that we test what
* we mean to test.
*/