toolkit/qa/cppunit/a11y/XAccessibleContextTester.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 33f88380fba0202d03577da80f7370ac8e583fb1 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Jun 8 21:05:24 2022 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Jun 8 21:17:44 2022 +0200 Fix typo Change-Id: I278a23c9dc7a20f293e8167ee3c0492679e81f8d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135516 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/toolkit/qa/cppunit/a11y/XAccessibleContextTester.cxx b/toolkit/qa/cppunit/a11y/XAccessibleContextTester.cxx index fddd7feab2be..3a7eb70e9dd5 100644 --- a/toolkit/qa/cppunit/a11y/XAccessibleContextTester.cxx +++ b/toolkit/qa/cppunit/a11y/XAccessibleContextTester.cxx @@ -124,7 +124,7 @@ void XAccessibleContextTester::testGetAccessibleRelationSet() } /** - * @breif Get the accessible role of component. + * @brief Get the accessible role of component. * * Checks that the role is a non-negative number. */