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 /vcl | |
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 'vcl')
-rw-r--r-- | vcl/osx/a11ywrapper.mm | 2 |
1 files changed, 1 insertions, 1 deletions
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; |