vcl/osx/a11yfactory.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d6d15a2a4fd05af0cb66a69a789fcb1e81b59c05 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Dec 16 22:15:10 2022 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Fri Dec 16 21:31:15 2022 +0000 Fix typo Change-Id: I06d3c1be277efd0bfff3e3389f9f42ba6538e4c1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144349 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/vcl/osx/a11yfactory.mm b/vcl/osx/a11yfactory.mm index d4b0e25047fb..56ffa9f7e008 100644 --- a/vcl/osx/a11yfactory.mm +++ b/vcl/osx/a11yfactory.mm @@ -176,7 +176,7 @@ static bool enabled = false; // -[AquaA11yWrapper childrenAttribute] is called by a // wrapper that is already attached to an NSWindow. That is // normal. What isn't normal is that the child wrapper's - // unignored accessible parent is a differnt wrapper than + // unignored accessible parent is a different wrapper than // the caller and that different wrapper is not yet // attached to an NSWindow. // TODO: switch the AquaA11yWrapper class to inherit the