summaryrefslogtreecommitdiff
path: root/test/files/buildmanager/t2790/t2790.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/buildmanager/t2790/t2790.check')
-rw-r--r--test/files/buildmanager/t2790/t2790.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/buildmanager/t2790/t2790.check b/test/files/buildmanager/t2790/t2790.check
index 065956765a..3a57d28817 100644
--- a/test/files/buildmanager/t2790/t2790.check
+++ b/test/files/buildmanager/t2790/t2790.check
@@ -9,6 +9,6 @@ compiling Set(B.scala)
B.scala:2: error: type mismatch;
found : Int(5)
required: String
-Error occured in an application involving default arguments.
+Error occurred in an application involving default arguments.
val y = A.x(5)
^