diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-04-26 17:53:50 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-04-28 20:04:35 +0200 |
commit | a5d3ee6b985e8efef7146a18dd9b2fb227e5532c (patch) | |
tree | 225a8fc2ea67221afac7629cc507c22081677be7 /offapi/com/sun | |
parent | dd52fdba87d0cfee039cc236b86241708d4e63b8 (diff) |
Fix typos
Change-Id: I50a80014addf5fb6a3974139249f45f6a2e67d92
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92939
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'offapi/com/sun')
-rw-r--r-- | offapi/com/sun/star/accessibility/XAccessibleContext.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/accessibility/XAccessibleContext.idl b/offapi/com/sun/star/accessibility/XAccessibleContext.idl index df69f4a67e95..fb3b9c9cab4e 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleContext.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleContext.idl @@ -93,7 +93,7 @@ interface XAccessibleContext : ::com::sun::star::uno::XInterface /** Returns the index of this object in its accessible parent. - <p>If you call getAccessibeChild on the object's parent with the + <p>If you call getAccessibleChild on the object's parent with the index returned by this function you get a reference to this object.</p> |