summaryrefslogtreecommitdiff
path: root/test/files/run/exceptions-2.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/exceptions-2.scala
parentb3ba623412b9a15ddd22396fd1323c8c698ca421 (diff)
downloadscala-3ee45986dc06b1d5f7169e3cde4b953814a68b97.tar.gz
scala-3ee45986dc06b1d5f7169e3cde4b953814a68b97.tar.bz2
scala-3ee45986dc06b1d5f7169e3cde4b953814a68b97.zip
Fixed spelling
Diffstat (limited to 'test/files/run/exceptions-2.scala')
-rw-r--r--test/files/run/exceptions-2.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/exceptions-2.scala b/test/files/run/exceptions-2.scala
index 91d294c8d7..5b233d9552 100644
--- a/test/files/run/exceptions-2.scala
+++ b/test/files/run/exceptions-2.scala
@@ -110,7 +110,7 @@ object Test {
}
} catch {
case npe: NullPointerException =>
- Console.println("Cought an NPE");
+ Console.println("Caught an NPE");
}
def withValue1: Unit = {