diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-17 12:51:58 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-17 17:05:34 +0200 |
commit | 902f09e49fa5c5f016f5ea82e184a34d85ba2dea (patch) | |
tree | c75694480a2afdb7dc4e01a1ea8956b6a1b9f2d4 /framework/source/dispatch | |
parent | 2674cf29a87c8f56ccf9f491c496e36ce4e8e367 (diff) |
Fix typos
Change-Id: I3f7feca68e10e53ac1a6bce2b3920fa0a142a5ef
Reviewed-on: https://gerrit.libreoffice.org/77628
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework/source/dispatch')
-rw-r--r-- | framework/source/dispatch/closedispatcher.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/dispatch/closedispatcher.cxx b/framework/source/dispatch/closedispatcher.cxx index 46ed7d59ebd2..843a4b1b57d9 100644 --- a/framework/source/dispatch/closedispatcher.cxx +++ b/framework/source/dispatch/closedispatcher.cxx @@ -136,10 +136,10 @@ void SAL_CALL CloseDispatcher::dispatchWithNotification(const css::util::URL& // SAFE -> ---------------------------------- SolarMutexClearableGuard aWriteLock; - // This reference indicates, that we was already called before and + // This reference indicates, that we were already called before and // our asynchronous process was not finished yet. // We have to reject double calls. Otherwise we risk, - // that we try to close an already closed resource ... + // that we try to close an already closed resource... // And it is no problem to do nothing then. The UI user will try it again, if // non of these jobs was successful. if (m_xSelfHold.is()) |