summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2018-03-17 18:01:33 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-03-17 18:56:05 +0100
commit840cb33c4191152445ad8dd05db225ec08ea8f58 (patch)
tree08c29263b68abe31048f8d2e326baee51a166e46
parentc6994fb815624d31bc2570bdcdc5991fd1195792 (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>
-rw-r--r--odk/examples/java/Storage/Test03.java2
-rw-r--r--package/qa/ofopxmlstorages/Test03.java2
-rw-r--r--package/qa/storages/Test03.java2
-rw-r--r--vcl/osx/a11ywrapper.mm2
4 files changed, 4 insertions, 4 deletions
diff --git a/odk/examples/java/Storage/Test03.java b/odk/examples/java/Storage/Test03.java
index fd5dfb36b309..51be98575b8c 100644
--- a/odk/examples/java/Storage/Test03.java
+++ b/odk/examples/java/Storage/Test03.java
@@ -87,7 +87,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/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
diff --git a/vcl/osx/a11ywrapper.mm b/vcl/osx/a11ywrapper.mm
index a02cc81995fa..67e155e81e53 100644
--- a/vcl/osx/a11ywrapper.mm
+++ b/vcl/osx/a11ywrapper.mm
@@ -986,7 +986,7 @@ Reference < XAccessibleContext > hitTestRunner ( css::awt::Point point,
}
}
- // iterate the hirerachy looking doing recursive hit testing.
+ // iterate the hierarchy looking doing recursive hit testing.
// apparently necessary as a special treatment for e.g. comboboxes
if ( !hitChild.is() ) {
bool bSafeToIterate = true;