From f5930a2235b8a51b30b4ecf1640bf9a56adffe6b Mon Sep 17 00:00:00 2001 From: Jens Carl Date: Mon, 23 Jul 2018 13:39:26 -0700 Subject: 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 --- toolkit/inc/helper/accessibilityclient.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolkit/inc') 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. -- cgit