toolkit/qa/cppunit/a11y/XAccessibleComponentTester.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 19a67603c7a800d3433e9f41143a9b9ed6300b8d Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Jun 8 21:05:19 2022 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Jun 8 21:18:11 2022 +0200 Fix typo Change-Id: Id5517254be4e108c4aeedbd067f9bf3097f89452 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135515 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/toolkit/qa/cppunit/a11y/XAccessibleComponentTester.cxx b/toolkit/qa/cppunit/a11y/XAccessibleComponentTester.cxx index 13da4a2c765f..5613724786b9 100644 --- a/toolkit/qa/cppunit/a11y/XAccessibleComponentTester.cxx +++ b/toolkit/qa/cppunit/a11y/XAccessibleComponentTester.cxx @@ -214,7 +214,7 @@ void XAccessibleComponentTester::testAccessibleAtPoint() } /** - * @brief Tests reults of XAccessibleComponent::getLocation() + * @brief Tests results of XAccessibleComponent::getLocation() * * Succeeds if the location is the same as location of boundary obtained by * the <code>getBounds()</code> method.