winaccessibility/source/UAccCOM/MAccessible.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a4dac9f93347aa3321e8efe7c575e87ab418f5e6 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue Feb 11 10:32:26 2025 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue Feb 11 15:19:54 2025 +0100 Fix typo Change-Id: I34fef02e800fd1ca8d2e00e30c66e9dbea02621c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181410 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/winaccessibility/source/UAccCOM/MAccessible.cxx b/winaccessibility/source/UAccCOM/MAccessible.cxx index a6454f3c39f8..f1a8a9b548b2 100644 --- a/winaccessibility/source/UAccCOM/MAccessible.cxx +++ b/winaccessibility/source/UAccCOM/MAccessible.cxx @@ -302,7 +302,7 @@ COM_DECLSPEC_NOTHROW STDMETHODIMP CMAccessible::get_accChildCount(long *pcountCh // return error code if child count exceeds max long value // (for Calc sheets which report all cells as children); // tdf#153131: Windows Speech Recognition and apparently some other - // tools quering information via the a11y API seem to query all children unconditionally, + // tools querying information via the a11y API seem to query all children unconditionally, // so returning a large number (like std::numeric_limits<long>::max) would cause a freeze SAL_WARN("iacc2", "CMAccessible::get_accChildCount: Child count exceeds maximum long value"); return S_FALSE;