summaryrefslogtreecommitdiff
path: root/test/files/run/t2127.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t2127.scala')
-rwxr-xr-xtest/files/run/t2127.scala2
1 files changed, 1 insertions, 1 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.
*/