diff options
author | Jens Carl <j.carl43@gmx.de> | 2018-07-23 13:39:26 -0700 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-07-24 08:53:32 +0200 |
commit | f5930a2235b8a51b30b4ecf1640bf9a56adffe6b (patch) | |
tree | 612e769fd9d3b38143b65adef28bc5f7832aac4a /toolkit/inc | |
parent | a61d61f66f80c91c14825f8fe8fb9bd3f295591b (diff) |
Fix semantic of sentence
Follow up of ad7d72f0381f6a16db5c6c7bee538c475c233555.
Change-Id: I188e96fd9d71dce5ebd83200b9d8212e5f13b948
Reviewed-on: https://gerrit.libreoffice.org/57894
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'toolkit/inc')
-rw-r--r-- | toolkit/inc/helper/accessibilityclient.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/inc/helper/accessibilityclient.hxx b/toolkit/inc/helper/accessibilityclient.hxx index 6af3e3edd117..f90414671d27 100644 --- a/toolkit/inc/helper/accessibilityclient.hxx +++ b/toolkit/inc/helper/accessibilityclient.hxx @@ -31,7 +31,7 @@ namespace toolkit instance, which is used for creating all kind of Accessibility related components. - When the AccessibilityClient goes away, this factory goes away, to, and the respective + When the AccessibilityClient goes away, also this factory goes away, and the respective library is unloaded. This class is not thread-safe. |