summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-05-01 00:26:30 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-05-01 09:59:53 +0000
commit2bdb8da2dc6806bac79ede6875680ca5c7b27044 (patch)
tree45eb3acf43e1d93e2f0c24d05ff35cf0b57ce2dc /qadevOOo
parent75d965e5fc6e03513e8da1014c58d67f586b798b (diff)
Fix typos in code
Change-Id: I24f7b812fe625f3d91a49fb57701a36a8c68eb36 Reviewed-on: https://gerrit.libreoffice.org/24542 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/ifc/beans/_XHierarchicalPropertySet.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/beans/_XHierarchicalPropertySet.java b/qadevOOo/tests/java/ifc/beans/_XHierarchicalPropertySet.java
index 16ce506c6fae..c7cc8faf71eb 100644
--- a/qadevOOo/tests/java/ifc/beans/_XHierarchicalPropertySet.java
+++ b/qadevOOo/tests/java/ifc/beans/_XHierarchicalPropertySet.java
@@ -62,7 +62,7 @@ public class _XHierarchicalPropertySet extends MultiMethodTest {
} catch (com.sun.star.lang.IllegalArgumentException e) {
log.println(" is illegal");
} catch (com.sun.star.lang.WrappedTargetException e) {
- log.println(" throws expeption " + e.getMessage());
+ log.println(" throws exception " + e.getMessage());
}
}
@@ -140,4 +140,4 @@ public class _XHierarchicalPropertySet extends MultiMethodTest {
return result;
}
-} \ No newline at end of file
+}