include/vcl/accessibility/AccessibleTextAttributeHelper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit fdad35d096dc642c80998ae8f832ebca183f545e Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Oct 18 17:59:02 2023 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Wed Oct 18 21:11:17 2023 +0200 Fix typo Change-Id: Ie54bc5f012d2de46363da9d19278736a732a1a25 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158125 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/include/vcl/accessibility/AccessibleTextAttributeHelper.hxx b/include/vcl/accessibility/AccessibleTextAttributeHelper.hxx index 8c4b43b99e11..c5e02a04e85c 100644 --- a/include/vcl/accessibility/AccessibleTextAttributeHelper.hxx +++ b/include/vcl/accessibility/AccessibleTextAttributeHelper.hxx @@ -38,7 +38,7 @@ public: /** * Get the IAccessible2 text attributes and the span of the attributes at the given index. - * @param xText The interace to query for the information. + * @param xText The interface to query for the information. * @param nOffset Character offset for which to retrieve the information. * @param rStartOffset Out param that is set to the start index of the attribute run. * @param rEndOffset Out param that is set to the end index of the attribute run.
