summaryrefslogtreecommitdiff
path: root/test/files/jvm/t7006/Foo_1.scala
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2015-06-18 18:28:35 -0400
committerSeth Tisue <seth@tisue.net>2015-06-18 18:28:35 -0400
commit305dd96c08041e9fa096cd56dfc4de80284e6fba (patch)
treee06cff876c51c16071827339c4c3d38093cee5f6 /test/files/jvm/t7006/Foo_1.scala
parentdf73cb9101953ec7cf7f2cde36c26540c7d71a9b (diff)
parent2dcc4c42fdcefee08add9dbdcf619ab5da745674 (diff)
downloadscala-305dd96c08041e9fa096cd56dfc4de80284e6fba.tar.gz
scala-305dd96c08041e9fa096cd56dfc4de80284e6fba.tar.bz2
scala-305dd96c08041e9fa096cd56dfc4de80284e6fba.zip
Merge pull request #4559 from janekdb/2.11.x-scaladoc-2
Fix some typos (a-c)
Diffstat (limited to 'test/files/jvm/t7006/Foo_1.scala')
-rw-r--r--test/files/jvm/t7006/Foo_1.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/jvm/t7006/Foo_1.scala b/test/files/jvm/t7006/Foo_1.scala
index 995619ce6b..3985557d9f 100644
--- a/test/files/jvm/t7006/Foo_1.scala
+++ b/test/files/jvm/t7006/Foo_1.scala
@@ -5,6 +5,6 @@ class Foo_1 {
} finally {
print("hello")
}
- while(true){} // ensure infinite loop doesn't break the algoirthm
+ while(true){} // ensure infinite loop doesn't break the algorithm
}
}