From f9c57222e7f108ba68f3910a5c8f007476ce6552 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 11 Aug 2019 18:13:06 +0200 Subject: Fix typos Change-Id: Idb183e0ee9cccf0e4da16ff984ccf9b57eea0f9e Reviewed-on: https://gerrit.libreoffice.org/77273 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- vcl/osx/a11yfactory.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/osx/a11yfactory.mm') diff --git a/vcl/osx/a11yfactory.mm b/vcl/osx/a11yfactory.mm index 6a173bbbf633..0a17f15dad8d 100644 --- a/vcl/osx/a11yfactory.mm +++ b/vcl/osx/a11yfactory.mm @@ -149,7 +149,7 @@ static bool enabled = false; FIXME: Unfortunately this can increase memory consumption drastically until the non transient parent - is destroyed an finally all the transients are released. + is destroyed and finally all the transients are released. */ if ( ! rxAccessibleContext -> getAccessibleStateSet() -> contains ( AccessibleStateType::TRANSIENT ) ) #endif -- cgit