diff options
Diffstat (limited to 'vcl/osx/a11yfactory.mm')
-rw-r--r-- | vcl/osx/a11yfactory.mm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |