summaryrefslogtreecommitdiff
path: root/test/files/jvm
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2015-07-01 18:20:46 -0400
committerSeth Tisue <seth@tisue.net>2015-07-01 18:20:46 -0400
commit4fe9fdc4cfde60e02805f4079cf74682c4550de6 (patch)
tree16c4e8f79a75e664eb268da88259c921e2b837a2 /test/files/jvm
parent495fdb8119c1941bc210a9b0a186d63971002e22 (diff)
parent3fc4dd8b9656cf7e2947a4b0be2b0aab7261bd22 (diff)
downloadscala-4fe9fdc4cfde60e02805f4079cf74682c4550de6.tar.gz
scala-4fe9fdc4cfde60e02805f4079cf74682c4550de6.tar.bz2
scala-4fe9fdc4cfde60e02805f4079cf74682c4550de6.zip
Merge pull request #4596 from janekdb/2.11.x-typos-p-r
Fix 27 typos (p-r)
Diffstat (limited to 'test/files/jvm')
-rw-r--r--test/files/jvm/innerClassEnclMethodJavaReflection.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/jvm/innerClassEnclMethodJavaReflection.scala b/test/files/jvm/innerClassEnclMethodJavaReflection.scala
index ee39cb43bf..a4d64d0b67 100644
--- a/test/files/jvm/innerClassEnclMethodJavaReflection.scala
+++ b/test/files/jvm/innerClassEnclMethodJavaReflection.scala
@@ -8,7 +8,7 @@ object Test extends App {
// Some classes in scala-compiler.jar have references to jline / ant classes, which seem to be
// not on the classpath. We just skip over those classes.
// PENDING: for now we also allow missing $anonfun classes: the optimizer may eliminate some closures
- // that are refferred to in EnclosingClass attributes. SI-9136
+ // that are referred to in EnclosingClass attributes. SI-9136
val allowedMissingPackages = Set("jline", "org.apache.tools.ant", "$anonfun")
def ok(t: Throwable) = {