diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-29 18:12:22 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-09-30 10:41:48 +0000 |
commit | 82f0a4f9300ab3898925941ff541b3382b0175e0 (patch) | |
tree | 8e667af1abf57c07c63b55446f1955859205845b /ucb/qa | |
parent | 835d7774e78df95d0c59243b6c1b8ed1b51b2311 (diff) |
Fix typos
Change-Id: I3926eca56ac9f54f9ddbf88610888ce97cf00b34
Reviewed-on: https://gerrit.libreoffice.org/18990
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'ucb/qa')
-rw-r--r-- | ucb/qa/complex/tdoc/CheckContentProvider.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/qa/complex/tdoc/CheckContentProvider.java b/ucb/qa/complex/tdoc/CheckContentProvider.java index 09a2576e5466..0f0639c9b5a6 100644 --- a/ucb/qa/complex/tdoc/CheckContentProvider.java +++ b/ucb/qa/complex/tdoc/CheckContentProvider.java @@ -187,7 +187,7 @@ public class CheckContentProvider { /** * Check a folder on document 2 (document 2 contains an embedded picture and - * therefore contans a subfolder "Pictures" + * therefore contains a subfolder "Pictures" */ @Test public void checkTDOCFolder() { try { @@ -302,9 +302,9 @@ public class CheckContentProvider { // check the XChild interface _XChild xChild = new _XChild(); xChild.oObj = UnoRuntime.queryInterface(XChild.class, xContent); - // hasParent dermines, if this content has a parent + // hasParent determines if this content has a parent assertNotNull("getParent()", xChild._getParent(hasParent)); - // parameter does dermine, if this funczion is supported: generally not supported with tdcp content + // parameter does dermine, if this function is supported: generally not supported with tdcp content assertNotNull("setParent()", xChild._setParent(false)); // check the XPropertyChangeNotifier interface |