summaryrefslogtreecommitdiff
path: root/test/files/run/checked.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/checked.scala')
-rw-r--r--test/files/run/checked.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/checked.scala b/test/files/run/checked.scala
index a20b819353..adb0c509a5 100644
--- a/test/files/run/checked.scala
+++ b/test/files/run/checked.scala
@@ -97,7 +97,7 @@ object Test extends Application {
println("[FAIL]: No UFE thrown")
} catch {
case UninitializedFieldError(msg) =>
- println("[OK] Cought UFE: " + msg)
+ println("[OK] Caught UFE: " + msg)
}