diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-06-08 21:05:19 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-06-08 21:18:11 +0200 |
commit | 19a67603c7a800d3433e9f41143a9b9ed6300b8d (patch) | |
tree | f3b8718f602b5c3d4b9271725bbb729fcbc4f1a9 /toolkit | |
parent | 33f88380fba0202d03577da80f7370ac8e583fb1 (diff) |
Fix typo
Change-Id: Id5517254be4e108c4aeedbd067f9bf3097f89452
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135515
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/qa/cppunit/a11y/XAccessibleComponentTester.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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. |