summaryrefslogtreecommitdiff
path: root/include/comphelper
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2017-02-11 22:30:16 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-02-12 07:43:23 +0000
commit2b21ac16c2d8419d9747450898d714ac15d7cca0 (patch)
tree6f81207bd78fb06e12abf79cad489a43cfc1caac /include/comphelper
parentd707687fe3bc3a12bb372846392e6630ccc9299e (diff)
Various typos on accessible
Change-Id: Id28a4a2cbbcec10a7cc9cb40ad208d575352039b Reviewed-on: https://gerrit.libreoffice.org/34161 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/accessiblewrapper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/accessiblewrapper.hxx b/include/comphelper/accessiblewrapper.hxx
index d7b0a006bad0..b37e5a0f8ffb 100644
--- a/include/comphelper/accessiblewrapper.hxx
+++ b/include/comphelper/accessiblewrapper.hxx
@@ -130,7 +130,7 @@ namespace comphelper
/** Helper for wrapping an XAccessibleContext by aggregating a proxy for it.
<p>This class does not have own ref counting. In addition, it does not implement
- the XAccesibleContext interface, but provides all the methods from this interface
+ the XAccessibleContext interface, but provides all the methods from this interface
which must be implemented using the inner context (such as getAccessibleChild*).</p>
<p>Children of the aggregated XAccessibleContext are wrapped, too.</p>