[Libreoffice-commits] core.git: odk/examples package/qa vcl/osx
Julien Nabet
serval2412 at yahoo.fr
Sat Mar 17 17:56:28 UTC 2018
odk/examples/java/Storage/Test03.java | 2 +-
package/qa/ofopxmlstorages/Test03.java | 2 +-
package/qa/storages/Test03.java | 2 +-
vcl/osx/a11ywrapper.mm | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 840cb33c4191152445ad8dd05db225ec08ea8f58
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sat Mar 17 18:01:33 2018 +0100
Typos concerning hierarchy
Change-Id: Ied3c6d1513f2181a5f7da2904a0df2f806146cec
Reviewed-on: https://gerrit.libreoffice.org/51465
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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;
More information about the Libreoffice-commits
mailing list