summaryrefslogtreecommitdiff
path: root/test/files/run
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2015-07-20 14:24:33 -0400
committerSeth Tisue <seth@tisue.net>2015-07-20 14:24:33 -0400
commit62e915decc3e4caf01a9d19392c6adbdf6b55154 (patch)
treeb8173fd13d07a235480087c740283d442c00356e /test/files/run
parentaed140ba86b33f1b842313cbfd36e76e2f074d5c (diff)
parent3819d0c20084997ad56432f3475fbe4adeb9d6d4 (diff)
downloadscala-62e915decc3e4caf01a9d19392c6adbdf6b55154.tar.gz
scala-62e915decc3e4caf01a9d19392c6adbdf6b55154.tar.bz2
scala-62e915decc3e4caf01a9d19392c6adbdf6b55154.zip
Merge pull request #4631 from janekdb/2.11.x-typos-t-v
Fix 23 typos (t-v)
Diffstat (limited to 'test/files/run')
-rwxr-xr-xtest/files/run/t2127.scala2
-rw-r--r--test/files/run/t7214.scala2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/t2127.scala b/test/files/run/t2127.scala
index 869d8a38d6..839c8d6a5c 100755
--- a/test/files/run/t2127.scala
+++ b/test/files/run/t2127.scala
@@ -28,5 +28,5 @@
}
-The constructor invocation of Bar is done within the scope of object Foo's constructor, and therefor the private constructor of Foo should be visible and accessible.
+The constructor invocation of Bar is done within the scope of object Foo's constructor, and therefore the private constructor of Foo should be visible and accessible.
*/
diff --git a/test/files/run/t7214.scala b/test/files/run/t7214.scala
index 15c2c24fa0..b2ef53eeab 100644
--- a/test/files/run/t7214.scala
+++ b/test/files/run/t7214.scala
@@ -1,4 +1,4 @@
-// pattern matcher crashes here trying to synthesize an uneeded outer test.
+// pattern matcher crashes here trying to synthesize an unneeded outer test.
// no-symbol does not have an owner
// at scala.reflect.internal.SymbolTable.abort(SymbolTable.scala:49)
// at scala.tools.nsc.Global.abort(Global.scala:253)