summaryrefslogtreecommitdiff
path: root/test/files/run
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/run
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/run')
-rw-r--r--test/files/run/t6502.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t6502.scala b/test/files/run/t6502.scala
index 52fabef6b8..d6b15a0189 100644
--- a/test/files/run/t6502.scala
+++ b/test/files/run/t6502.scala
@@ -123,7 +123,7 @@ object Test extends StoreReporterDirectTest {
}
def test6(): Unit = {
- // Avoid java.lang.NoClassDefFoundError triggered by the old appoach of using a Java
+ // Avoid java.lang.NoClassDefFoundError triggered by the old approach of using a Java
// classloader to parse .class files in order to read their names.
val jar = "test6.jar"
compileCode(app6, jar)