diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 10:21:57 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:27 +0200 |
commit | 2d4afd15f0d89d1d84c43a68f29e2f27d3cb1ae0 (patch) | |
tree | 9e5ec84f163cce72ae7fbd1765c231b94e507889 /qadevOOo | |
parent | c017c664910d1e6bb53a1fb873369fea9265d583 (diff) |
typo: excption -> exception
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java b/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java index 3cec7554a81a..c99aa697efc6 100644 --- a/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java +++ b/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java @@ -126,7 +126,7 @@ public class _XDocumentInsertable extends MultiMethodTest { * A Second test uses an invalid URL and checks for correct exceptions. * * Has <b> OK </b> status if at first insertion was completed successfully - * and no exceptions were thrown and as second a expected excption was thrown. <p> + * and no exceptions were thrown and as second a expected exception was thrown. <p> */ public void _insertDocumentFromURL() { boolean result = true ; |