summaryrefslogtreecommitdiff
path: root/test/files/run/checked.scala
diff options
context:
space:
mode:
authorAntonio Cunei <antonio.cunei@epfl.ch>2008-08-31 11:40:19 +0000
committerAntonio Cunei <antonio.cunei@epfl.ch>2008-08-31 11:40:19 +0000
commit3ee45986dc06b1d5f7169e3cde4b953814a68b97 (patch)
tree9cb4d5e80c3ab1553d560ceb4baa2473ed676cc8 /test/files/run/checked.scala
parentb3ba623412b9a15ddd22396fd1323c8c698ca421 (diff)
downloadscala-3ee45986dc06b1d5f7169e3cde4b953814a68b97.tar.gz
scala-3ee45986dc06b1d5f7169e3cde4b953814a68b97.tar.bz2
scala-3ee45986dc06b1d5f7169e3cde4b953814a68b97.zip
Fixed spelling
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)
}