summaryrefslogtreecommitdiff
path: root/test/files/run/t6440b.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t6440b.scala')
-rw-r--r--test/files/run/t6440b.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t6440b.scala b/test/files/run/t6440b.scala
index 974aca2844..7ab9529ccb 100644
--- a/test/files/run/t6440b.scala
+++ b/test/files/run/t6440b.scala
@@ -35,7 +35,7 @@ object Test extends StoreReporterDirectTest {
def app2 = """
package pack3
object Test {
- pack2.V.u.t // we have to fail if T.class is misisng
+ pack2.V.u.t // we have to fail if T.class is missing
}
"""