summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;