summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-08-13 17:11:07 +0200
committerCaolán McNamara <caolanm@redhat.com>2018-08-29 17:10:21 +0200
commit718f63002e52ad3d80fae148c28c6994592c1c09 (patch)
treeb0575b45081b0877c932ccd0f42b5514dab8616b /qadevOOo
parentce1d0fd8da41798ab91228cd4fd7e0d713b20e0e (diff)
Fix typos
Change-Id: I6ca53ead2b125618d0aceff05d5fdfa374662799 Reviewed-on: https://gerrit.libreoffice.org/58809 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/ifc/container/_XHierarchicalNameAccess.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/container/_XHierarchicalNameAccess.java b/qadevOOo/tests/java/ifc/container/_XHierarchicalNameAccess.java
index 9f0f231cb36a..b128f199de91 100644
--- a/qadevOOo/tests/java/ifc/container/_XHierarchicalNameAccess.java
+++ b/qadevOOo/tests/java/ifc/container/_XHierarchicalNameAccess.java
@@ -42,10 +42,10 @@ public class _XHierarchicalNameAccess extends MultiMethodTest{
public XHierarchicalNameAccess oObj = null;
/**
- * Calls the method with existing and nonexisting
+ * Calls the method with existing and nonexistent
* element names. <p>
* Has <b>OK</b> status if for existing name <code>true</code>
- * is returned and for nonexisting - <code>false</code>.
+ * is returned and for nonexistent - <code>false</code>.
*/
public void _hasByHierarchicalName(){
String name = (String) tEnv.getObjRelation("ElementName") ;