diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2018-03-17 18:01:33 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-03-17 18:56:05 +0100 |
commit | 840cb33c4191152445ad8dd05db225ec08ea8f58 (patch) | |
tree | 08c29263b68abe31048f8d2e326baee51a166e46 /package | |
parent | c6994fb815624d31bc2570bdcdc5991fd1195792 (diff) |
Typos concerning hierarchy
Change-Id: Ied3c6d1513f2181a5f7da2904a0df2f806146cec
Reviewed-on: https://gerrit.libreoffice.org/51465
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'package')
-rw-r--r-- | package/qa/ofopxmlstorages/Test03.java | 2 | ||||
-rw-r--r-- | package/qa/storages/Test03.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/qa/ofopxmlstorages/Test03.java b/package/qa/ofopxmlstorages/Test03.java index 703e42020966..99bab1d1c79e 100644 --- a/package/qa/ofopxmlstorages/Test03.java +++ b/package/qa/ofopxmlstorages/Test03.java @@ -116,7 +116,7 @@ public class Test03 implements StorageTest { return false; - // check storage hyerarchy tree + // check storage hierarchy tree // check that isStorageElement() and isStreamElement reacts to nonexisting object correctly diff --git a/package/qa/storages/Test03.java b/package/qa/storages/Test03.java index 7aace8c21139..57b2f1b25315 100644 --- a/package/qa/storages/Test03.java +++ b/package/qa/storages/Test03.java @@ -108,7 +108,7 @@ public class Test03 implements StorageTest { return false; - // check storage hyerarchy tree + // check storage hierarchy tree // check that isStorageElement() and isStreamElement reacts to nonexisting object correctly |