diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2014-04-20 18:47:04 +0200 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2014-04-27 14:00:42 +0200 |
commit | 982babed5c7919999fd84e8ede37b421bceb5b2a (patch) | |
tree | cbafefea649676bd733bf94f7588ac0549b1d9fe /qadevOOo | |
parent | 9938cb54589680b335e75cc5fd47cd646b8a7314 (diff) |
Fix typo: cought => caught
Change-Id: I4fcede18c4b36a2b35f7fafae997f14acef84394
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/ifc/container/_XIndexAccess.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/container/_XIndexAccess.java b/qadevOOo/tests/java/ifc/container/_XIndexAccess.java index 396635f642b5..91b908c02a22 100644 --- a/qadevOOo/tests/java/ifc/container/_XIndexAccess.java +++ b/qadevOOo/tests/java/ifc/container/_XIndexAccess.java @@ -104,7 +104,7 @@ public class _XIndexAccess extends MultiMethodTest { log.println("no exception thrown - FAILED"); result = false; } catch (IndexOutOfBoundsException e) { - log.println("Expected exception cought! " + e + " OK"); + log.println("Expected exception caught! " + e + " OK"); } catch (WrappedTargetException e) { log.println("Wrong exception! " + e + " FAILED"); result = false; |